Html Css Color HEX #E08C9A Carissma

📋 copy color: '#E08C9A'

red 224 ◦ green 140 ◦ blue 154

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

Shades of Carissma #E08C9A

Tints of Carissma #E08C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.73%

R = 43.24%
G = 27.03%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E08C9A (or 0xE08C9A) is known color: Carissma. HEX triplet: E0, 8C and 9A. RGB value is (224,140,154). Sum of RGB (Red+Green+Blue) = 224+140+154=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 154 (60.55% from 255 or 29.73% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08C9A is #1F7365. Grayscale: #A6A6A6. Windows color (decimal): -2061158 or 10128608. OLE color: 10128608.

HSL color Cylindrical-coordinate representation of color #E08C9A: hue angle of 350º 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 #E08C9A is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 140 154 -
CMYK 0 0.38 0.31 0.12
HSL 350º 0.58% 0.71% -
HSV(B) 350º 0.38% 0.88% -
XYZ 45.95 36.94 35.28 -
YUV 166.71 120.83 168.86 -
System Red Green Blue C M Y K H S L
Decimal 224 140 154 0 0.38 0.31 0.12 350 0.58 0.71
Hex E0 8C 9A 0 26 1F C 15E 3A 47
Octal 340 214 232 0 46 37 14 536 72 107
Binary 11100000 10001100 10011010 0 100110 11111 1100 101011110 111010 1000111

Color Harmonies of #E08C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08C9A

Black with #E08C9A

Text Example


Text Example

White with #E08C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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