Html Css Color HEX #E08C8E Carissma

📋 copy color: '#E08C8E'

red 224 ◦ green 140 ◦ blue 142

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

Shades of Carissma #E08C8E

Tints of Carissma #E08C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.06%

R = 44.27%
G = 27.67%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E08C8E (or 0xE08C8E) is known color: Carissma. HEX triplet: E0, 8C and 8E. RGB value is (224,140,142). Sum of RGB (Red+Green+Blue) = 224+140+142=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08C8E is #1F7371. Grayscale: #A5A5A5. Windows color (decimal): -2061170 or 9342176. OLE color: 9342176.

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

Color convert

RGB 224 140 142 -
CMYK 0 0.38 0.37 0.12
HSL 358.57º 0.58% 0.71% -
HSV(B) 358.57º 0.38% 0.88% -
XYZ 45 36.56 30.28 -
YUV 165.34 114.83 169.84 -
System Red Green Blue C M Y K H S L
Decimal 224 140 142 0 0.38 0.37 0.12 358.57 0.58 0.71
Hex E0 8C 8E 0 26 25 C 167 3A 47
Octal 340 214 216 0 46 45 14 547 72 107
Binary 11100000 10001100 10001110 0 100110 100101 1100 101100111 111010 1000111

Color Harmonies of #E08C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08C8E

Black with #E08C8E

Text Example


Text Example

White with #E08C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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