Html Css Color HEX #E08D95 Carissma

📋 copy color: '#E08D95'

red 224 ◦ green 141 ◦ blue 149

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

Shades of Carissma #E08D95

Tints of Carissma #E08D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.99%

R = 43.58%
G = 27.43%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E08D95 (or 0xE08D95) is known color: Carissma. HEX triplet: E0, 8D and 95. RGB value is (224,141,149). Sum of RGB (Red+Green+Blue) = 224+141+149=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08D95 is #1F726A. Grayscale: #A6A6A6. Windows color (decimal): -2060907 or 9801184. OLE color: 9801184.

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

Color convert

RGB 224 141 149 -
CMYK 0 0.37 0.33 0.12
HSL 354.22º 0.57% 0.72% -
HSV(B) 354.22º 0.37% 0.88% -
XYZ 45.69 37.07 33.18 -
YUV 166.73 118 168.85 -
System Red Green Blue C M Y K H S L
Decimal 224 141 149 0 0.37 0.33 0.12 354.22 0.57 0.72
Hex E0 8D 95 0 25 21 C 162 39 48
Octal 340 215 225 0 45 41 14 542 71 110
Binary 11100000 10001101 10010101 0 100101 100001 1100 101100010 111001 1001000

Color Harmonies of #E08D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08D95

Black with #E08D95

Text Example


Text Example

White with #E08D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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