Html Css Color HEX #E08D9A Carissma

📋 copy color: '#E08D9A'

red 224 ◦ green 141 ◦ blue 154

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

Shades of Carissma #E08D9A

Tints of Carissma #E08D9A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.17%

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

R = 43.16%
G = 27.17%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E08D9A (or 0xE08D9A) is known color: Carissma. HEX triplet: E0, 8D and 9A. RGB value is (224,141,154). Sum of RGB (Red+Green+Blue) = 224+141+154=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08D9A is #1F7265. Grayscale: #A7A7A7. Windows color (decimal): -2060902 or 10128864. OLE color: 10128864.

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

Color convert

RGB 224 141 154 -
CMYK 0 0.37 0.31 0.12
HSL 350.6º 0.57% 0.72% -
HSV(B) 350.6º 0.37% 0.88% -
XYZ 46.1 37.23 35.33 -
YUV 167.3 120.5 168.44 -
System Red Green Blue C M Y K H S L
Decimal 224 141 154 0 0.37 0.31 0.12 350.6 0.57 0.72
Hex E0 8D 9A 0 25 1F C 15F 39 48
Octal 340 215 232 0 45 37 14 537 71 110
Binary 11100000 10001101 10011010 0 100101 11111 1100 101011111 111001 1001000

Color Harmonies of #E08D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08D9A

Black with #E08D9A

Text Example


Text Example

White with #E08D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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