Html Css Color HEX #E0828D Carissma

📋 copy color: '#E0828D'

red 224 ◦ green 130 ◦ blue 141

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

Shades of Carissma #E0828D

Tints of Carissma #E0828D

RGB

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

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

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

R = 45.25%
G = 26.26%
B = 28.48%

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

#E0828D (or 0xE0828D) is known color: Carissma. HEX triplet: E0, 82 and 8D. RGB value is (224,130,141). Sum of RGB (Red+Green+Blue) = 224+130+141=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E0828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0828D is #1F7D72. Grayscale: #9F9F9F. Windows color (decimal): -2063731 or 9274080. OLE color: 9274080.

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

Color convert

RGB 224 130 141 -
CMYK 0 0.42 0.37 0.12
HSL 352.98º 0.6% 0.69% -
HSV(B) 352.98º 0.42% 0.88% -
XYZ 43.53 33.74 29.42 -
YUV 159.36 117.64 174.11 -
System Red Green Blue C M Y K H S L
Decimal 224 130 141 0 0.42 0.37 0.12 352.98 0.6 0.69
Hex E0 82 8D 0 2A 25 C 161 3C 45
Octal 340 202 215 0 52 45 14 541 74 105
Binary 11100000 10000010 10001101 0 101010 100101 1100 101100001 111100 1000101

Color Harmonies of #E0828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0828D

Black with #E0828D

Text Example


Text Example

White with #E0828D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0828D; }

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

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

background-color css

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

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

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

border-color css

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

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

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