Html Css Color HEX #E04D6C Cranberry

📋 copy color: '#E04D6C'

red 224 ◦ green 77 ◦ blue 108

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

Shades of Cranberry #E04D6C

Tints of Cranberry #E04D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.41%

R = 54.77%
G = 18.83%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E04D6C (or 0xE04D6C) is known color: Cranberry. HEX triplet: E0, 4D and 6C. RGB value is (224,77,108). Sum of RGB (Red+Green+Blue) = 224+77+108=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04D6C is #1FB293. Grayscale: #7C7C7C. Windows color (decimal): -2077332 or 7097824. OLE color: 7097824.

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

Color convert

RGB 224 77 108 -
CMYK 0 0.66 0.52 0.12
HSL 347.35º 0.7% 0.59% -
HSV(B) 347.35º 0.66% 0.88% -
XYZ 36.1 22.24 16.58 -
YUV 124.49 118.7 198.98 -
System Red Green Blue C M Y K H S L
Decimal 224 77 108 0 0.66 0.52 0.12 347.35 0.7 0.59
Hex E0 4D 6C 0 42 34 C 15B 46 3B
Octal 340 115 154 0 102 64 14 533 106 73
Binary 11100000 1001101 1101100 0 1000010 110100 1100 101011011 1000110 111011

Color Harmonies of #E04D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04D6C

Black with #E04D6C

Text Example


Text Example

White with #E04D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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