Html Css Color HEX #E04A7D Cranberry

📋 copy color: '#E04A7D'

red 224 ◦ green 74 ◦ blue 125

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

Shades of Cranberry #E04A7D

Tints of Cranberry #E04A7D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.49%

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

R = 52.96%
G = 17.49%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E04A7D (or 0xE04A7D) is known color: Cranberry. HEX triplet: E0, 4A and 7D. RGB value is (224,74,125). Sum of RGB (Red+Green+Blue) = 224+74+125=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04A7D is #1FB582. Grayscale: #7C7C7C. Windows color (decimal): -2078083 or 8211168. OLE color: 8211168.

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

Color convert

RGB 224 74 125 -
CMYK 0 0.67 0.44 0.12
HSL 339.6º 0.71% 0.58% -
HSV(B) 339.6º 0.67% 0.88% -
XYZ 36.89 22.23 21.75 -
YUV 124.66 128.2 198.85 -
System Red Green Blue C M Y K H S L
Decimal 224 74 125 0 0.67 0.44 0.12 339.6 0.71 0.58
Hex E0 4A 7D 0 43 2C C 154 47 3A
Octal 340 112 175 0 103 54 14 524 107 72
Binary 11100000 1001010 1111101 0 1000011 101100 1100 101010100 1000111 111010

Color Harmonies of #E04A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04A7D

Black with #E04A7D

Text Example


Text Example

White with #E04A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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