Html Css Color HEX #E04A6D Cranberry

📋 copy color: '#E04A6D'

red 224 ◦ green 74 ◦ blue 109

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

Shades of Cranberry #E04A6D

Tints of Cranberry #E04A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.78%

R = 55.04%
G = 18.18%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E04A6D (or 0xE04A6D) is known color: Cranberry. HEX triplet: E0, 4A and 6D. RGB value is (224,74,109). Sum of RGB (Red+Green+Blue) = 224+74+109=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04A6D is #1FB592. Grayscale: #7A7A7A. Windows color (decimal): -2078099 or 7162592. OLE color: 7162592.

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

Color convert

RGB 224 74 109 -
CMYK 0 0.67 0.51 0.12
HSL 346º 0.71% 0.58% -
HSV(B) 346º 0.67% 0.88% -
XYZ 35.95 21.85 16.79 -
YUV 122.84 120.2 200.15 -
System Red Green Blue C M Y K H S L
Decimal 224 74 109 0 0.67 0.51 0.12 346 0.71 0.58
Hex E0 4A 6D 0 43 33 C 15A 47 3A
Octal 340 112 155 0 103 63 14 532 107 72
Binary 11100000 1001010 1101101 0 1000011 110011 1100 101011010 1000111 111010

Color Harmonies of #E04A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04A6D

Black with #E04A6D

Text Example


Text Example

White with #E04A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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