Html Css Color HEX #E08185 Carissma

📋 copy color: '#E08185'

red 224 ◦ green 129 ◦ blue 133

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

Shades of Carissma #E08185

Tints of Carissma #E08185

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.54%

 BLUE value IS 133 (52.34% from 255) = 27.37%

R = 46.09%
G = 26.54%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E08185 (or 0xE08185) is known color: Carissma. HEX triplet: E0, 81 and 85. RGB value is (224,129,133). Sum of RGB (Red+Green+Blue) = 224+129+133=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E08185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08185 is #1F7E7A. Grayscale: #9D9D9D. Windows color (decimal): -2063995 or 8749536. OLE color: 8749536.

HSL color Cylindrical-coordinate representation of color #E08185: hue angle of 357.47º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E08185 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 129 133 -
CMYK 0 0.42 0.41 0.12
HSL 357.47º 0.61% 0.69% -
HSV(B) 357.47º 0.42% 0.88% -
XYZ 42.82 33.24 26.35 -
YUV 157.86 113.97 175.17 -
System Red Green Blue C M Y K H S L
Decimal 224 129 133 0 0.42 0.41 0.12 357.47 0.61 0.69
Hex E0 81 85 0 2A 29 C 165 3D 45
Octal 340 201 205 0 52 51 14 545 75 105
Binary 11100000 10000001 10000101 0 101010 101001 1100 101100101 111101 1000101

Color Harmonies of #E08185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08185

Black with #E08185

Text Example


Text Example

White with #E08185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08185; }

 p { color: rgb(224,129,133); }

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

background-color css

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

 a { background-color: rgb(224,129,133); }

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

border-color css

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

 span { border-color: rgb(224,129,133); }

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