Html Css Color HEX #E08186 Carissma

📋 copy color: '#E08186'

red 224 ◦ green 129 ◦ blue 134

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

Shades of Carissma #E08186

Tints of Carissma #E08186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 27.52%

R = 46%
G = 26.49%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E08186 (or 0xE08186) is known color: Carissma. HEX triplet: E0, 81 and 86. RGB value is (224,129,134). Sum of RGB (Red+Green+Blue) = 224+129+134=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E08186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08186 is #1F7E79. Grayscale: #9E9E9E. Windows color (decimal): -2063994 or 8815072. OLE color: 8815072.

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

Color convert

RGB 224 129 134 -
CMYK 0 0.42 0.40 0.12
HSL 356.84º 0.61% 0.69% -
HSV(B) 356.84º 0.42% 0.88% -
XYZ 42.89 33.27 26.72 -
YUV 157.98 114.47 175.09 -
System Red Green Blue C M Y K H S L
Decimal 224 129 134 0 0.42 0.40 0.12 356.84 0.61 0.69
Hex E0 81 86 0 2A 28 C 165 3D 45
Octal 340 201 206 0 52 50 14 545 75 105
Binary 11100000 10000001 10000110 0 101010 101000 1100 101100101 111101 1000101

Color Harmonies of #E08186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08186

Black with #E08186

Text Example


Text Example

White with #E08186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08186; }

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

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

background-color css

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

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

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

border-color css

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

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

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