Html Css Color HEX #E54974 Cranberry

📋 copy color: '#E54974'

red 229 ◦ green 73 ◦ blue 116

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

Shades of Cranberry #E54974

Tints of Cranberry #E54974

RGB

 RED value IS 229 (89.84% from 255) = 54.78%

 GREEN value IS 73 (28.91% from 255) = 17.46%

 BLUE value IS 116 (45.7% from 255) = 27.75%

R = 54.78%
G = 17.46%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E54974 (or 0xE54974) is known color: Cranberry. HEX triplet: E5, 49 and 74. RGB value is (229,73,116). Sum of RGB (Red+Green+Blue) = 229+73+116=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E54974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54974 is #1AB68B. Grayscale: #7C7C7C. Windows color (decimal): -1750668 or 7621093. OLE color: 7621093.

HSL color Cylindrical-coordinate representation of color #E54974: hue angle of 343.46º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54974 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 73 116 -
CMYK 0 0.68 0.49 0.10
HSL 343.46º 0.75% 0.59% -
HSV(B) 343.46º 0.68% 0.9% -
XYZ 37.85 22.68 18.91 -
YUV 124.55 123.18 202.5 -
System Red Green Blue C M Y K H S L
Decimal 229 73 116 0 0.68 0.49 0.10 343.46 0.75 0.59
Hex E5 49 74 0 44 31 A 157 4B 3B
Octal 345 111 164 0 104 61 12 527 113 73
Binary 11100101 1001001 1110100 0 1000100 110001 1010 101010111 1001011 111011

Color Harmonies of #E54974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54974

Black with #E54974

Text Example


Text Example

White with #E54974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54974; }

 p { color: rgb(229,73,116); }

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

background-color css

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

 a { background-color: rgb(229,73,116); }

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

border-color css

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

 span { border-color: rgb(229,73,116); }

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