Html Css Color HEX #E08C8D Carissma

📋 copy color: '#E08C8D'

red 224 ◦ green 140 ◦ blue 141

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

Shades of Carissma #E08C8D

Tints of Carissma #E08C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.92%

R = 44.36%
G = 27.72%
B = 27.92%

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

#E08C8D (or 0xE08C8D) is known color: Carissma. HEX triplet: E0, 8C and 8D. RGB value is (224,140,141). Sum of RGB (Red+Green+Blue) = 224+140+141=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08C8D is #1F7372. Grayscale: #A5A5A5. Windows color (decimal): -2061171 or 9276640. OLE color: 9276640.

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

Color convert

RGB 224 140 141 -
CMYK 0 0.38 0.37 0.12
HSL 359.29º 0.58% 0.71% -
HSV(B) 359.29º 0.38% 0.88% -
XYZ 44.93 36.53 29.88 -
YUV 165.23 114.33 169.92 -
System Red Green Blue C M Y K H S L
Decimal 224 140 141 0 0.38 0.37 0.12 359.29 0.58 0.71
Hex E0 8C 8D 0 26 25 C 167 3A 47
Octal 340 214 215 0 46 45 14 547 72 107
Binary 11100000 10001100 10001101 0 100110 100101 1100 101100111 111010 1000111

Color Harmonies of #E08C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08C8D

Black with #E08C8D

Text Example


Text Example

White with #E08C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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