Html Css Color HEX #E08096 Carissma

📋 copy color: '#E08096'

red 224 ◦ green 128 ◦ blue 150

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

Shades of Carissma #E08096

Tints of Carissma #E08096

RGB

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

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

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

R = 44.62%
G = 25.5%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E08096 (or 0xE08096) is known color: Carissma. HEX triplet: E0, 80 and 96. RGB value is (224,128,150). Sum of RGB (Red+Green+Blue) = 224+128+150=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E08096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08096 is #1F7F69. Grayscale: #9F9F9F. Windows color (decimal): -2064234 or 9863392. OLE color: 9863392.

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

Color convert

RGB 224 128 150 -
CMYK 0 0.43 0.33 0.12
HSL 346.25º 0.61% 0.69% -
HSV(B) 346.25º 0.43% 0.88% -
XYZ 43.96 33.49 33 -
YUV 159.21 122.8 174.21 -
System Red Green Blue C M Y K H S L
Decimal 224 128 150 0 0.43 0.33 0.12 346.25 0.61 0.69
Hex E0 80 96 0 2B 21 C 15A 3D 45
Octal 340 200 226 0 53 41 14 532 75 105
Binary 11100000 10000000 10010110 0 101011 100001 1100 101011010 111101 1000101

Color Harmonies of #E08096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08096

Black with #E08096

Text Example


Text Example

White with #E08096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08096; }

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

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

background-color css

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

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

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

border-color css

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

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

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