Html Css Color HEX #E08086 Carissma

📋 copy color: '#E08086'

red 224 ◦ green 128 ◦ blue 134

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

Shades of Carissma #E08086

Tints of Carissma #E08086

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.34%

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

R = 46.09%
G = 26.34%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E08086 (or 0xE08086) is known color: Carissma. HEX triplet: E0, 80 and 86. RGB value is (224,128,134). Sum of RGB (Red+Green+Blue) = 224+128+134=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E08086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08086 is #1F7F79. Grayscale: #9D9D9D. Windows color (decimal): -2064250 or 8814816. OLE color: 8814816.

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

Color convert

RGB 224 128 134 -
CMYK 0 0.43 0.40 0.12
HSL 356.25º 0.61% 0.69% -
HSV(B) 356.25º 0.43% 0.88% -
XYZ 42.76 33.01 26.67 -
YUV 157.39 114.8 175.51 -
System Red Green Blue C M Y K H S L
Decimal 224 128 134 0 0.43 0.40 0.12 356.25 0.61 0.69
Hex E0 80 86 0 2B 28 C 164 3D 45
Octal 340 200 206 0 53 50 14 544 75 105
Binary 11100000 10000000 10000110 0 101011 101000 1100 101100100 111101 1000101

Color Harmonies of #E08086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08086

Black with #E08086

Text Example


Text Example

White with #E08086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08086; }

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

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

background-color css

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

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

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

border-color css

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

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

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