#E67B94

Color #E67B94 Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #E67B94

Tints of Carissma #E67B94

Color information

#E67B94 (or 0xE67B94) is unknown color: approx Carissma. HEX triplet: E6, 7B and 94. RGB value is (230,123,148). Sum of RGB (Red+Green+Blue) = 230+123+148=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E67B94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67B94 is #19846B. Grayscale: #9D9D9D. Windows color (decimal): -1672300 or 9731046. OLE color: 9731046.

HSL color Cylindrical-coordinate representation of color #E67B94: hue angle of 345.98º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E67B94 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB230123148-
CMYK00.470.360.10
HSL345.98º68.15%69.22%-
HSV(B)345.98º46.52%90.2%-
XYZ45.0633.1332.04-
YUV157.84122.45179.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 45.91%
GREEN value IS 123 (48.44% from 255) = 24.55%
BLUE value IS 148 (58.20% from 255) = 29.54%
R=45.91%
G=24.55%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012314800.470.360.10345.9868.1569.22
HexE67B9402F24A15a4445
Octal3461732240574412532104105
Binary111001101111011100101000101111100100101010101101010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67B94; }

 p { color: rgb(230,123,148); }

 H1.HeaderClassName
 {
   color: #E67B94;
 }
 .AnyTagClassName
 {
   color: #E67B94;
 }
</style>
background-color css

<style>
 a { background-color: #E67B94; }

 a { background-color: rgb(230,123,148); }

 div.DivClassName
 {
   background-color: #E67B94;
 }
 .BgClassName
 {
   background-color: #E67B94;
 }
</style>
border-color css

<style>
 span { border-color: #E67B94; }

 span { border-color: rgb(230,123,148); }

 td.TdClassName
 {
   border-color: #E67B94;
 }
 .TagClassName
 {
   border-color: #E67B94;
 }
</style>