Html Css Color HEX #E04482 Cranberry

📋 copy color: '#E04482'

red 224 ◦ green 68 ◦ blue 130

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

Shades of Cranberry #E04482

Tints of Cranberry #E04482

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.11%

 BLUE value IS 130 (51.17% from 255) = 30.81%

R = 53.08%
G = 16.11%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E04482 (or 0xE04482) is known color: Cranberry. HEX triplet: E0, 44 and 82. RGB value is (224,68,130). Sum of RGB (Red+Green+Blue) = 224+68+130=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E04482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04482 is #1FBB7D. Grayscale: #797979. Windows color (decimal): -2079614 or 8537312. OLE color: 8537312.

HSL color Cylindrical-coordinate representation of color #E04482: hue angle of 336.15º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E04482 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 68 130 -
CMYK 0 0.70 0.42 0.12
HSL 336.15º 0.72% 0.57% -
HSV(B) 336.15º 0.7% 0.88% -
XYZ 36.84 21.59 23.35 -
YUV 121.71 132.68 200.96 -
System Red Green Blue C M Y K H S L
Decimal 224 68 130 0 0.70 0.42 0.12 336.15 0.72 0.57
Hex E0 44 82 0 46 2A C 150 48 39
Octal 340 104 202 0 106 52 14 520 110 71
Binary 11100000 1000100 10000010 0 1000110 101010 1100 101010000 1001000 111001

Color Harmonies of #E04482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04482

Black with #E04482

Text Example


Text Example

White with #E04482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04482; }

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

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

background-color css

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

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

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

border-color css

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

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

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