Html Css Color HEX #E04D69 Cranberry

📋 copy color: '#E04D69'

red 224 ◦ green 77 ◦ blue 105

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

Shades of Cranberry #E04D69

Tints of Cranberry #E04D69

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.97%

 BLUE value IS 105 (41.41% from 255) = 25.86%

R = 55.17%
G = 18.97%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E04D69 (or 0xE04D69) is known color: Cranberry. HEX triplet: E0, 4D and 69. RGB value is (224,77,105). Sum of RGB (Red+Green+Blue) = 224+77+105=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04D69 is #1FB296. Grayscale: #7C7C7C. Windows color (decimal): -2077335 or 6901216. OLE color: 6901216.

HSL color Cylindrical-coordinate representation of color #E04D69: hue angle of 348.57º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04D69 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 77 105 -
CMYK 0 0.66 0.53 0.12
HSL 348.57º 0.7% 0.59% -
HSV(B) 348.57º 0.66% 0.88% -
XYZ 35.94 22.17 15.75 -
YUV 124.15 117.2 199.22 -
System Red Green Blue C M Y K H S L
Decimal 224 77 105 0 0.66 0.53 0.12 348.57 0.7 0.59
Hex E0 4D 69 0 42 35 C 15D 46 3B
Octal 340 115 151 0 102 65 14 535 106 73
Binary 11100000 1001101 1101001 0 1000010 110101 1100 101011101 1000110 111011

Color Harmonies of #E04D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04D69

Black with #E04D69

Text Example


Text Example

White with #E04D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04D69; }

 p { color: rgb(224,77,105); }

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

background-color css

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

 a { background-color: rgb(224,77,105); }

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

border-color css

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

 span { border-color: rgb(224,77,105); }

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