Html Css Color HEX #E08596 Carissma

📋 copy color: '#E08596'

red 224 ◦ green 133 ◦ blue 150

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

Shades of Carissma #E08596

Tints of Carissma #E08596

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.23%

 BLUE value IS 150 (58.98% from 255) = 29.59%

R = 44.18%
G = 26.23%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E08596 (or 0xE08596) is known color: Carissma. HEX triplet: E0, 85 and 96. RGB value is (224,133,150). Sum of RGB (Red+Green+Blue) = 224+133+150=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E08596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08596 is #1F7A69. Grayscale: #A2A2A2. Windows color (decimal): -2062954 or 9864672. OLE color: 9864672.

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

Color convert

RGB 224 133 150 -
CMYK 0 0.41 0.33 0.12
HSL 348.79º 0.59% 0.7% -
HSV(B) 348.79º 0.41% 0.88% -
XYZ 44.63 34.82 33.22 -
YUV 162.15 121.15 172.12 -
System Red Green Blue C M Y K H S L
Decimal 224 133 150 0 0.41 0.33 0.12 348.79 0.59 0.7
Hex E0 85 96 0 29 21 C 15D 3B 46
Octal 340 205 226 0 51 41 14 535 73 106
Binary 11100000 10000101 10010110 0 101001 100001 1100 101011101 111011 1000110

Color Harmonies of #E08596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08596

Black with #E08596

Text Example


Text Example

White with #E08596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08596; }

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

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

background-color css

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

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

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

border-color css

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

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

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