Html Css Color HEX #E08B9C Carissma

📋 copy color: '#E08B9C'

red 224 ◦ green 139 ◦ blue 156

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

Shades of Carissma #E08B9C

Tints of Carissma #E08B9C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.78%

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

R = 43.16%
G = 26.78%
B = 30.06%

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

#E08B9C (or 0xE08B9C) is known color: Carissma. HEX triplet: E0, 8B and 9C. RGB value is (224,139,156). Sum of RGB (Red+Green+Blue) = 224+139+156=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08B9C is #1F7463. Grayscale: #A6A6A6. Windows color (decimal): -2061412 or 10259424. OLE color: 10259424.

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

Color convert

RGB 224 139 156 -
CMYK 0 0.38 0.30 0.12
HSL 348º 0.58% 0.71% -
HSV(B) 348º 0.38% 0.88% -
XYZ 45.97 36.71 36.12 -
YUV 166.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 224 139 156 0 0.38 0.30 0.12 348 0.58 0.71
Hex E0 8B 9C 0 26 1E C 15C 3A 47
Octal 340 213 234 0 46 36 14 534 72 107
Binary 11100000 10001011 10011100 0 100110 11110 1100 101011100 111010 1000111

Color Harmonies of #E08B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08B9C

Black with #E08B9C

Text Example


Text Example

White with #E08B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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