Html Css Color HEX #E88295 Carissma

📋 copy color: '#E88295'

red 232 ◦ green 130 ◦ blue 149

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

Shades of Carissma #E88295

Tints of Carissma #E88295

RGB

 RED value IS 232 (91.02% from 255) = 45.4%

 GREEN value IS 130 (51.17% from 255) = 25.44%

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

R = 45.4%
G = 25.44%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E88295 (or 0xE88295) is known color: Carissma. HEX triplet: E8, 82 and 95. RGB value is (232,130,149). Sum of RGB (Red+Green+Blue) = 232+130+149=511 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.40% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 232 - color contains mainly: red. Hex color #E88295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88295 is #177D6A. Grayscale: #A2A2A2. Windows color (decimal): -1539435 or 9798376. OLE color: 9798376.

HSL color Cylindrical-coordinate representation of color #E88295: hue angle of 348.82º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E88295 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 130 149 -
CMYK 0 0.44 0.36 0.09
HSL 348.82º 0.69% 0.71% -
HSV(B) 348.82º 0.44% 0.91% -
XYZ 46.69 35.29 32.78 -
YUV 162.66 120.29 177.46 -
System Red Green Blue C M Y K H S L
Decimal 232 130 149 0 0.44 0.36 0.09 348.82 0.69 0.71
Hex E8 82 95 0 2C 24 9 15D 45 47
Octal 350 202 225 0 54 44 11 535 105 107
Binary 11101000 10000010 10010101 0 101100 100100 1001 101011101 1000101 1000111

Color Harmonies of #E88295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88295

Black with #E88295

Text Example


Text Example

White with #E88295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88295; }

 p { color: rgb(232,130,149); }

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

background-color css

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

 a { background-color: rgb(232,130,149); }

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

border-color css

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

 span { border-color: rgb(232,130,149); }

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