Html Css Color HEX #E8828C Carissma

📋 copy color: '#E8828C'

red 232 ◦ green 130 ◦ blue 140

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

Shades of Carissma #E8828C

Tints of Carissma #E8828C

RGB

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

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

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

R = 46.22%
G = 25.9%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E8828C (or 0xE8828C) is known color: Carissma. HEX triplet: E8, 82 and 8C. RGB value is (232,130,140). Sum of RGB (Red+Green+Blue) = 232+130+140=502 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.22% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 232 - color contains mainly: red. Hex color #E8828C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8828C is #177D73. Grayscale: #A1A1A1. Windows color (decimal): -1539444 or 9208552. OLE color: 9208552.

HSL color Cylindrical-coordinate representation of color #E8828C: hue angle of 354.12º 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 #E8828C is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 130 140 -
CMYK 0 0.44 0.40 0.09
HSL 354.12º 0.69% 0.71% -
HSV(B) 354.12º 0.44% 0.91% -
XYZ 45.99 35.01 29.15 -
YUV 161.64 115.79 178.19 -
System Red Green Blue C M Y K H S L
Decimal 232 130 140 0 0.44 0.40 0.09 354.12 0.69 0.71
Hex E8 82 8C 0 2C 28 9 162 45 47
Octal 350 202 214 0 54 50 11 542 105 107
Binary 11101000 10000010 10001100 0 101100 101000 1001 101100010 1000101 1000111

Color Harmonies of #E8828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8828C

Black with #E8828C

Text Example


Text Example

White with #E8828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8828C; }

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

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

background-color css

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

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

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

border-color css

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

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

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