Html Css Color HEX #E04485 Cranberry

📋 copy color: '#E04485'

red 224 ◦ green 68 ◦ blue 133

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

Shades of Cranberry #E04485

Tints of Cranberry #E04485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.29%

R = 52.71%
G = 16%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E04485 (or 0xE04485) is known color: Cranberry. HEX triplet: E0, 44 and 85. RGB value is (224,68,133). Sum of RGB (Red+Green+Blue) = 224+68+133=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E04485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04485 is #1FBB7A. Grayscale: #797979. Windows color (decimal): -2079611 or 8733920. OLE color: 8733920.

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

Color convert

RGB 224 68 133 -
CMYK 0 0.70 0.41 0.12
HSL 335º 0.72% 0.57% -
HSV(B) 335º 0.7% 0.88% -
XYZ 37.04 21.68 24.42 -
YUV 122.05 134.18 200.71 -
System Red Green Blue C M Y K H S L
Decimal 224 68 133 0 0.70 0.41 0.12 335 0.72 0.57
Hex E0 44 85 0 46 29 C 14F 48 39
Octal 340 104 205 0 106 51 14 517 110 71
Binary 11100000 1000100 10000101 0 1000110 101001 1100 101001111 1001000 111001

Color Harmonies of #E04485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04485

Black with #E04485

Text Example


Text Example

White with #E04485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04485; }

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

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

background-color css

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

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

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

border-color css

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

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

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