Html Css Color HEX #E04581 Cranberry

📋 copy color: '#E04581'

red 224 ◦ green 69 ◦ blue 129

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

Shades of Cranberry #E04581

Tints of Cranberry #E04581

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.35%

 BLUE value IS 129 (50.78% from 255) = 30.57%

R = 53.08%
G = 16.35%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E04581 (or 0xE04581) is known color: Cranberry. HEX triplet: E0, 45 and 81. RGB value is (224,69,129). Sum of RGB (Red+Green+Blue) = 224+69+129=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 69 (27.34% from 255 or 16.35% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E04581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04581 is #1FBA7E. Grayscale: #7A7A7A. Windows color (decimal): -2079359 or 8472032. OLE color: 8472032.

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

Color convert

RGB 224 69 129 -
CMYK 0 0.69 0.42 0.12
HSL 336.77º 0.71% 0.57% -
HSV(B) 336.77º 0.69% 0.88% -
XYZ 36.83 21.69 23.01 -
YUV 122.19 131.85 200.62 -
System Red Green Blue C M Y K H S L
Decimal 224 69 129 0 0.69 0.42 0.12 336.77 0.71 0.57
Hex E0 45 81 0 45 2A C 151 47 39
Octal 340 105 201 0 105 52 14 521 107 71
Binary 11100000 1000101 10000001 0 1000101 101010 1100 101010001 1000111 111001

Color Harmonies of #E04581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04581

Black with #E04581

Text Example


Text Example

White with #E04581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04581; }

 p { color: rgb(224,69,129); }

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

background-color css

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

 a { background-color: rgb(224,69,129); }

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

border-color css

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

 span { border-color: rgb(224,69,129); }

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