Html Css Color HEX #E54868 Cranberry

📋 copy color: '#E54868'

red 229 ◦ green 72 ◦ blue 104

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

Shades of Cranberry #E54868

Tints of Cranberry #E54868

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.78%

 BLUE value IS 104 (41.02% from 255) = 25.68%

R = 56.54%
G = 17.78%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E54868 (or 0xE54868) is known color: Cranberry. HEX triplet: E5, 48 and 68. RGB value is (229,72,104). Sum of RGB (Red+Green+Blue) = 229+72+104=405 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.54% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 229 - color contains mainly: red. Hex color #E54868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54868 is #1AB797. Grayscale: #7A7A7A. Windows color (decimal): -1750936 or 6834405. OLE color: 6834405.

HSL color Cylindrical-coordinate representation of color #E54868: hue angle of 347.77º 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 #E54868 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 72 104 -
CMYK 0 0.69 0.55 0.10
HSL 347.77º 0.75% 0.59% -
HSV(B) 347.77º 0.69% 0.9% -
XYZ 37.13 22.29 15.44 -
YUV 122.59 117.51 203.9 -
System Red Green Blue C M Y K H S L
Decimal 229 72 104 0 0.69 0.55 0.10 347.77 0.75 0.59
Hex E5 48 68 0 45 37 A 15C 4B 3B
Octal 345 110 150 0 105 67 12 534 113 73
Binary 11100101 1001000 1101000 0 1000101 110111 1010 101011100 1001011 111011

Color Harmonies of #E54868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54868

Black with #E54868

Text Example


Text Example

White with #E54868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54868; }

 p { color: rgb(229,72,104); }

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

background-color css

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

 a { background-color: rgb(229,72,104); }

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

border-color css

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

 span { border-color: rgb(229,72,104); }

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