Html Css Color HEX #E04882 Cranberry

📋 copy color: '#E04882'

red 224 ◦ green 72 ◦ blue 130

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

Shades of Cranberry #E04882

Tints of Cranberry #E04882

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.9%

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

R = 52.58%
G = 16.9%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E04882 (or 0xE04882) is known color: Cranberry. HEX triplet: E0, 48 and 82. RGB value is (224,72,130). Sum of RGB (Red+Green+Blue) = 224+72+130=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E04882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04882 is #1FB77D. Grayscale: #7B7B7B. Windows color (decimal): -2078590 or 8538336. OLE color: 8538336.

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

Color convert

RGB 224 72 130 -
CMYK 0 0.68 0.42 0.12
HSL 337.11º 0.71% 0.58% -
HSV(B) 337.11º 0.68% 0.88% -
XYZ 37.09 22.09 23.43 -
YUV 124.06 131.36 199.28 -
System Red Green Blue C M Y K H S L
Decimal 224 72 130 0 0.68 0.42 0.12 337.11 0.71 0.58
Hex E0 48 82 0 44 2A C 151 47 3A
Octal 340 110 202 0 104 52 14 521 107 72
Binary 11100000 1001000 10000010 0 1000100 101010 1100 101010001 1000111 111010

Color Harmonies of #E04882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04882

Black with #E04882

Text Example


Text Example

White with #E04882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04882; }

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

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

background-color css

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

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

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

border-color css

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

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

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