Html Css Color HEX #E0828A Carissma

📋 copy color: '#E0828A'

red 224 ◦ green 130 ◦ blue 138

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

Shades of Carissma #E0828A

Tints of Carissma #E0828A

RGB

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

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

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

R = 45.53%
G = 26.42%
B = 28.05%

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

#E0828A (or 0xE0828A) is known color: Carissma. HEX triplet: E0, 82 and 8A. RGB value is (224,130,138). Sum of RGB (Red+Green+Blue) = 224+130+138=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E0828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0828A is #1F7D75. Grayscale: #9F9F9F. Windows color (decimal): -2063734 or 9077472. OLE color: 9077472.

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

Color convert

RGB 224 130 138 -
CMYK 0 0.42 0.38 0.12
HSL 354.89º 0.6% 0.69% -
HSV(B) 354.89º 0.42% 0.88% -
XYZ 43.31 33.65 28.26 -
YUV 159.02 116.14 174.35 -
System Red Green Blue C M Y K H S L
Decimal 224 130 138 0 0.42 0.38 0.12 354.89 0.6 0.69
Hex E0 82 8A 0 2A 26 C 163 3C 45
Octal 340 202 212 0 52 46 14 543 74 105
Binary 11100000 10000010 10001010 0 101010 100110 1100 101100011 111100 1000101

Color Harmonies of #E0828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0828A

Black with #E0828A

Text Example


Text Example

White with #E0828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0828A; }

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

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

background-color css

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

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

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

border-color css

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

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

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