Html Css Color HEX #E8808C Carissma

📋 copy color: '#E8808C'

red 232 ◦ green 128 ◦ blue 140

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

Shades of Carissma #E8808C

Tints of Carissma #E8808C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28%

R = 46.4%
G = 25.6%
B = 28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E8808C (or 0xE8808C) is known color: Carissma. HEX triplet: E8, 80 and 8C. RGB value is (232,128,140). Sum of RGB (Red+Green+Blue) = 232+128+140=500 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.4% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 232 - color contains mainly: red. Hex color #E8808C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8808C is #177F73. Grayscale: #A0A0A0. Windows color (decimal): -1539956 or 9208040. OLE color: 9208040.

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

Color convert

RGB 232 128 140 -
CMYK 0 0.45 0.40 0.09
HSL 353.08º 0.69% 0.71% -
HSV(B) 353.08º 0.45% 0.91% -
XYZ 45.73 34.49 29.06 -
YUV 160.46 116.46 179.02 -
System Red Green Blue C M Y K H S L
Decimal 232 128 140 0 0.45 0.40 0.09 353.08 0.69 0.71
Hex E8 80 8C 0 2D 28 9 161 45 47
Octal 350 200 214 0 55 50 11 541 105 107
Binary 11101000 10000000 10001100 0 101101 101000 1001 101100001 1000101 1000111

Color Harmonies of #E8808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8808C

Black with #E8808C

Text Example


Text Example

White with #E8808C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8808C; }

 p { color: rgb(232,128,140); }

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

background-color css

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

 a { background-color: rgb(232,128,140); }

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

border-color css

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

 span { border-color: rgb(232,128,140); }

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