#E07B9C

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

Shades of Carissma #E07B9C

Tints of Carissma #E07B9C

Color information

#E07B9C (or 0xE07B9C) is unknown color: approx Carissma. HEX triplet: E0, 7B and 9C. RGB value is (224,123,156). Sum of RGB (Red+Green+Blue) = 224+123+156=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E07B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07B9C is #1F8463. Grayscale: #9C9C9C. Windows color (decimal): -2065508 or 10255328. OLE color: 10255328.

HSL color Cylindrical-coordinate representation of color #E07B9C: hue angle of 340.4º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07B9C is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB224123156-
CMYK00.450.300.12
HSL340.4º61.96%68.04%-
HSV(B)340.4º45.09%87.84%-
XYZ43.8232.4135.4-
YUV156.96127.46175.82-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.53%
GREEN value IS 123 (48.44% from 255) = 24.45%
BLUE value IS 156 (61.33% from 255) = 31.01%
R=44.53%
G=24.45%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412315600.450.300.12340.461.9668.04
HexE07B9C02D1EC1543e44
Octal340173234055361452476104
Binary1110000011110111001110001011011111011001010101001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07B9C; }

 p { color: rgb(224,123,156); }

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

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

 a { background-color: rgb(224,123,156); }

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

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

 span { border-color: rgb(224,123,156); }

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