Html Css Color HEX #E04D7D Cranberry

📋 copy color: '#E04D7D'

red 224 ◦ green 77 ◦ blue 125

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

Shades of Cranberry #E04D7D

Tints of Cranberry #E04D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.34%

R = 52.58%
G = 18.08%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E04D7D (or 0xE04D7D) is known color: Cranberry. HEX triplet: E0, 4D and 7D. RGB value is (224,77,125). Sum of RGB (Red+Green+Blue) = 224+77+125=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04D7D is #1FB282. Grayscale: #7E7E7E. Windows color (decimal): -2077315 or 8211936. OLE color: 8211936.

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

Color convert

RGB 224 77 125 -
CMYK 0 0.66 0.44 0.12
HSL 340.41º 0.7% 0.59% -
HSV(B) 340.41º 0.66% 0.88% -
XYZ 37.1 22.64 21.82 -
YUV 126.43 127.2 197.6 -
System Red Green Blue C M Y K H S L
Decimal 224 77 125 0 0.66 0.44 0.12 340.41 0.7 0.59
Hex E0 4D 7D 0 42 2C C 154 46 3B
Octal 340 115 175 0 102 54 14 524 106 73
Binary 11100000 1001101 1111101 0 1000010 101100 1100 101010100 1000110 111011

Color Harmonies of #E04D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04D7D

Black with #E04D7D

Text Example


Text Example

White with #E04D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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