Html Css Color HEX #E54672 Cranberry

📋 copy color: '#E54672'

red 229 ◦ green 70 ◦ blue 114

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

Shades of Cranberry #E54672

Tints of Cranberry #E54672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.95%

 BLUE value IS 114 (44.92% from 255) = 27.6%

R = 55.45%
G = 16.95%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E54672 (or 0xE54672) is known color: Cranberry. HEX triplet: E5, 46 and 72. RGB value is (229,70,114). Sum of RGB (Red+Green+Blue) = 229+70+114=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 70 (27.73% from 255 or 16.95% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E54672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54672 is #1AB98D. Grayscale: #7A7A7A. Windows color (decimal): -1751438 or 7489253. OLE color: 7489253.

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

Color convert

RGB 229 70 114 -
CMYK 0 0.69 0.50 0.10
HSL 343.4º 0.75% 0.59% -
HSV(B) 343.4º 0.69% 0.9% -
XYZ 37.54 22.25 18.24 -
YUV 122.56 123.18 203.92 -
System Red Green Blue C M Y K H S L
Decimal 229 70 114 0 0.69 0.50 0.10 343.4 0.75 0.59
Hex E5 46 72 0 45 32 A 157 4B 3B
Octal 345 106 162 0 105 62 12 527 113 73
Binary 11100101 1000110 1110010 0 1000101 110010 1010 101010111 1001011 111011

Color Harmonies of #E54672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54672

Black with #E54672

Text Example


Text Example

White with #E54672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54672; }

 p { color: rgb(229,70,114); }

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

background-color css

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

 a { background-color: rgb(229,70,114); }

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

border-color css

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

 span { border-color: rgb(229,70,114); }

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