Html Css Color HEX #E04281 Cranberry

📋 copy color: '#E04281'

red 224 ◦ green 66 ◦ blue 129

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

Shades of Cranberry #E04281

Tints of Cranberry #E04281

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.75%

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

R = 53.46%
G = 15.75%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E04281 (or 0xE04281) is known color: Cranberry. HEX triplet: E0, 42 and 81. RGB value is (224,66,129). Sum of RGB (Red+Green+Blue) = 224+66+129=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E04281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04281 is #1FBD7E. Grayscale: #787878. Windows color (decimal): -2080127 or 8471264. OLE color: 8471264.

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

Color convert

RGB 224 66 129 -
CMYK 0 0.71 0.42 0.12
HSL 336.08º 0.72% 0.57% -
HSV(B) 336.08º 0.71% 0.88% -
XYZ 36.65 21.33 22.95 -
YUV 120.42 132.85 201.88 -
System Red Green Blue C M Y K H S L
Decimal 224 66 129 0 0.71 0.42 0.12 336.08 0.72 0.57
Hex E0 42 81 0 47 2A C 150 48 39
Octal 340 102 201 0 107 52 14 520 110 71
Binary 11100000 1000010 10000001 0 1000111 101010 1100 101010000 1001000 111001

Color Harmonies of #E04281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04281

Black with #E04281

Text Example


Text Example

White with #E04281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04281; }

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

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

background-color css

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

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

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

border-color css

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

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

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