Html Css Color HEX #E08C9C Carissma

📋 copy color: '#E08C9C'

red 224 ◦ green 140 ◦ blue 156

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

Shades of Carissma #E08C9C

Tints of Carissma #E08C9C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.92%

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

R = 43.08%
G = 26.92%
B = 30%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E08C9C (or 0xE08C9C) is known color: Carissma. HEX triplet: E0, 8C and 9C. RGB value is (224,140,156). Sum of RGB (Red+Green+Blue) = 224+140+156=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08C9C is #1F7363. Grayscale: #A6A6A6. Windows color (decimal): -2061156 or 10259680. OLE color: 10259680.

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

Color convert

RGB 224 140 156 -
CMYK 0 0.38 0.30 0.12
HSL 348.57º 0.58% 0.71% -
HSV(B) 348.57º 0.38% 0.88% -
XYZ 46.12 37 36.16 -
YUV 166.94 121.83 168.7 -
System Red Green Blue C M Y K H S L
Decimal 224 140 156 0 0.38 0.30 0.12 348.57 0.58 0.71
Hex E0 8C 9C 0 26 1E C 15D 3A 47
Octal 340 214 234 0 46 36 14 535 72 107
Binary 11100000 10001100 10011100 0 100110 11110 1100 101011101 111010 1000111

Color Harmonies of #E08C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08C9C

Black with #E08C9C

Text Example


Text Example

White with #E08C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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