Html Css Color HEX #E08095 Carissma

📋 copy color: '#E08095'

red 224 ◦ green 128 ◦ blue 149

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

Shades of Carissma #E08095

Tints of Carissma #E08095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.74%

R = 44.71%
G = 25.55%
B = 29.74%

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

#E08095 (or 0xE08095) is known color: Carissma. HEX triplet: E0, 80 and 95. RGB value is (224,128,149). Sum of RGB (Red+Green+Blue) = 224+128+149=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E08095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08095 is #1F7F6A. Grayscale: #9F9F9F. Windows color (decimal): -2064235 or 9797856. OLE color: 9797856.

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

Color convert

RGB 224 128 149 -
CMYK 0 0.43 0.33 0.12
HSL 346.88º 0.61% 0.69% -
HSV(B) 346.88º 0.43% 0.88% -
XYZ 43.88 33.46 32.58 -
YUV 159.1 122.3 174.29 -
System Red Green Blue C M Y K H S L
Decimal 224 128 149 0 0.43 0.33 0.12 346.88 0.61 0.69
Hex E0 80 95 0 2B 21 C 15B 3D 45
Octal 340 200 225 0 53 41 14 533 75 105
Binary 11100000 10000000 10010101 0 101011 100001 1100 101011011 111101 1000101

Color Harmonies of #E08095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08095

Black with #E08095

Text Example


Text Example

White with #E08095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08095; }

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

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

background-color css

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

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

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

border-color css

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

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

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