Html Css Color HEX #E0828C Carissma

📋 copy color: '#E0828C'

red 224 ◦ green 130 ◦ blue 140

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

Shades of Carissma #E0828C

Tints of Carissma #E0828C

RGB

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

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

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

R = 45.34%
G = 26.32%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0828C (or 0xE0828C) is known color: Carissma. HEX triplet: E0, 82 and 8C. RGB value is (224,130,140). Sum of RGB (Red+Green+Blue) = 224+130+140=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E0828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0828C is #1F7D73. Grayscale: #9F9F9F. Windows color (decimal): -2063732 or 9208544. OLE color: 9208544.

HSL color Cylindrical-coordinate representation of color #E0828C: hue angle of 353.62º 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 #E0828C is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 130 140 -
CMYK 0 0.42 0.38 0.12
HSL 353.62º 0.6% 0.69% -
HSV(B) 353.62º 0.42% 0.88% -
XYZ 43.46 33.71 29.03 -
YUV 159.25 117.14 174.19 -
System Red Green Blue C M Y K H S L
Decimal 224 130 140 0 0.42 0.38 0.12 353.62 0.6 0.69
Hex E0 82 8C 0 2A 26 C 162 3C 45
Octal 340 202 214 0 52 46 14 542 74 105
Binary 11100000 10000010 10001100 0 101010 100110 1100 101100010 111100 1000101

Color Harmonies of #E0828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0828C

Black with #E0828C

Text Example


Text Example

White with #E0828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0828C; }

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

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

background-color css

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

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

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

border-color css

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

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

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