Html Css Color HEX #E0828E Carissma

📋 copy color: '#E0828E'

red 224 ◦ green 130 ◦ blue 142

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

Shades of Carissma #E0828E

Tints of Carissma #E0828E

RGB

 RED value IS 224 (87.89% from 255) = 45.16%

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

 BLUE value IS 142 (55.86% from 255) = 28.63%

R = 45.16%
G = 26.21%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E0828E (or 0xE0828E) is known color: Carissma. HEX triplet: E0, 82 and 8E. RGB value is (224,130,142). Sum of RGB (Red+Green+Blue) = 224+130+142=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E0828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0828E is #1F7D71. Grayscale: #9F9F9F. Windows color (decimal): -2063730 or 9339616. OLE color: 9339616.

HSL color Cylindrical-coordinate representation of color #E0828E: hue angle of 352.34º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E0828E is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 130 142 -
CMYK 0 0.42 0.37 0.12
HSL 352.34º 0.6% 0.69% -
HSV(B) 352.34º 0.42% 0.88% -
XYZ 43.61 33.77 29.81 -
YUV 159.47 118.14 174.02 -
System Red Green Blue C M Y K H S L
Decimal 224 130 142 0 0.42 0.37 0.12 352.34 0.6 0.69
Hex E0 82 8E 0 2A 25 C 160 3C 45
Octal 340 202 216 0 52 45 14 540 74 105
Binary 11100000 10000010 10001110 0 101010 100101 1100 101100000 111100 1000101

Color Harmonies of #E0828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0828E

Black with #E0828E

Text Example


Text Example

White with #E0828E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0828E; }

 p { color: rgb(224,130,142); }

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

background-color css

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

 a { background-color: rgb(224,130,142); }

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

border-color css

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

 span { border-color: rgb(224,130,142); }

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