Html Css Color HEX #E8828A Carissma

📋 copy color: '#E8828A'

red 232 ◦ green 130 ◦ blue 138

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

Shades of Carissma #E8828A

Tints of Carissma #E8828A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.6%

R = 46.4%
G = 26%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E8828A (or 0xE8828A) is known color: Carissma. HEX triplet: E8, 82 and 8A. RGB value is (232,130,138). Sum of RGB (Red+Green+Blue) = 232+130+138=500 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.4% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 232 - color contains mainly: red. Hex color #E8828A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8828A is #177D75. Grayscale: #A1A1A1. Windows color (decimal): -1539446 or 9077480. OLE color: 9077480.

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

Color convert

RGB 232 130 138 -
CMYK 0 0.44 0.41 0.09
HSL 355.29º 0.69% 0.71% -
HSV(B) 355.29º 0.44% 0.91% -
XYZ 45.85 34.96 28.38 -
YUV 161.41 114.79 178.35 -
System Red Green Blue C M Y K H S L
Decimal 232 130 138 0 0.44 0.41 0.09 355.29 0.69 0.71
Hex E8 82 8A 0 2C 29 9 163 45 47
Octal 350 202 212 0 54 51 11 543 105 107
Binary 11101000 10000010 10001010 0 101100 101001 1001 101100011 1000101 1000111

Color Harmonies of #E8828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8828A

Black with #E8828A

Text Example


Text Example

White with #E8828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8828A; }

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

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

background-color css

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

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

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

border-color css

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

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

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