Html Css Color HEX #E08F9C Carissma

📋 copy color: '#E08F9C'

red 224 ◦ green 143 ◦ blue 156

#E08F9C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #E08F9C

Tints of Carissma #E08F9C

RGB

 RED value IS 224 (87.89% from 255) = 42.83%

 GREEN value IS 143 (56.25% from 255) = 27.34%

 BLUE value IS 156 (61.33% from 255) = 29.83%

R = 42.83%
G = 27.34%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E08F9C (or 0xE08F9C) is known color: Carissma. HEX triplet: E0, 8F and 9C. RGB value is (224,143,156). Sum of RGB (Red+Green+Blue) = 224+143+156=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08F9C is #1F7063. Grayscale: #A8A8A8. Windows color (decimal): -2060388 or 10260448. OLE color: 10260448.

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

Color convert

RGB 224 143 156 -
CMYK 0 0.36 0.30 0.12
HSL 350.37º 0.57% 0.72% -
HSV(B) 350.37º 0.36% 0.88% -
XYZ 46.56 37.89 36.31 -
YUV 168.7 120.84 167.44 -
System Red Green Blue C M Y K H S L
Decimal 224 143 156 0 0.36 0.30 0.12 350.37 0.57 0.72
Hex E0 8F 9C 0 24 1E C 15E 39 48
Octal 340 217 234 0 44 36 14 536 71 110
Binary 11100000 10001111 10011100 0 100100 11110 1100 101011110 111001 1001000

Color Harmonies of #E08F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08F9C

Black with #E08F9C

Text Example


Text Example

White with #E08F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08F9C; }

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

 H1.HeaderClassName
 {
   color: #E08F9C;
 }
 .AnyTagClassName
 {
   color: #E08F9C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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