Html Css Color HEX #E8828D Carissma

📋 copy color: '#E8828D'

red 232 ◦ green 130 ◦ blue 141

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

Shades of Carissma #E8828D

Tints of Carissma #E8828D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.03%

R = 46.12%
G = 25.84%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E8828D (or 0xE8828D) is known color: Carissma. HEX triplet: E8, 82 and 8D. RGB value is (232,130,141). Sum of RGB (Red+Green+Blue) = 232+130+141=503 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.12% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 232 - color contains mainly: red. Hex color #E8828D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8828D is #177D72. Grayscale: #A1A1A1. Windows color (decimal): -1539443 or 9274088. OLE color: 9274088.

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

Color convert

RGB 232 130 141 -
CMYK 0 0.44 0.39 0.09
HSL 353.53º 0.69% 0.71% -
HSV(B) 353.53º 0.44% 0.91% -
XYZ 46.07 35.04 29.54 -
YUV 161.75 116.29 178.11 -
System Red Green Blue C M Y K H S L
Decimal 232 130 141 0 0.44 0.39 0.09 353.53 0.69 0.71
Hex E8 82 8D 0 2C 27 9 162 45 47
Octal 350 202 215 0 54 47 11 542 105 107
Binary 11101000 10000010 10001101 0 101100 100111 1001 101100010 1000101 1000111

Color Harmonies of #E8828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8828D

Black with #E8828D

Text Example


Text Example

White with #E8828D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8828D; }

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

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

background-color css

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

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

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

border-color css

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

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

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