Html Css Color HEX #E08C9D Carissma

📋 copy color: '#E08C9D'

red 224 ◦ green 140 ◦ blue 157

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

Shades of Carissma #E08C9D

Tints of Carissma #E08C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.13%

R = 42.99%
G = 26.87%
B = 30.13%

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

#E08C9D (or 0xE08C9D) is known color: Carissma. HEX triplet: E0, 8C and 9D. RGB value is (224,140,157). Sum of RGB (Red+Green+Blue) = 224+140+157=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08C9D is #1F7362. Grayscale: #A7A7A7. Windows color (decimal): -2061155 or 10325216. OLE color: 10325216.

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

Color convert

RGB 224 140 157 -
CMYK 0 0.38 0.30 0.12
HSL 347.86º 0.58% 0.71% -
HSV(B) 347.86º 0.38% 0.88% -
XYZ 46.2 37.04 36.61 -
YUV 167.05 122.33 168.62 -
System Red Green Blue C M Y K H S L
Decimal 224 140 157 0 0.38 0.30 0.12 347.86 0.58 0.71
Hex E0 8C 9D 0 26 1E C 15C 3A 47
Octal 340 214 235 0 46 36 14 534 72 107
Binary 11100000 10001100 10011101 0 100110 11110 1100 101011100 111010 1000111

Color Harmonies of #E08C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08C9D

Black with #E08C9D

Text Example


Text Example

White with #E08C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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