Html Css Color HEX #E54968 Cranberry

📋 copy color: '#E54968'

red 229 ◦ green 73 ◦ blue 104

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

Shades of Cranberry #E54968

Tints of Cranberry #E54968

RGB

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

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

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

R = 56.4%
G = 17.98%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E54968 (or 0xE54968) is known color: Cranberry. HEX triplet: E5, 49 and 68. RGB value is (229,73,104). Sum of RGB (Red+Green+Blue) = 229+73+104=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E54968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54968 is #1AB697. Grayscale: #7B7B7B. Windows color (decimal): -1750680 or 6834661. OLE color: 6834661.

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

Color convert

RGB 229 73 104 -
CMYK 0 0.68 0.55 0.10
HSL 348.08º 0.75% 0.59% -
HSV(B) 348.08º 0.68% 0.9% -
XYZ 37.19 22.42 15.46 -
YUV 123.18 117.18 203.48 -
System Red Green Blue C M Y K H S L
Decimal 229 73 104 0 0.68 0.55 0.10 348.08 0.75 0.59
Hex E5 49 68 0 44 37 A 15C 4B 3B
Octal 345 111 150 0 104 67 12 534 113 73
Binary 11100101 1001001 1101000 0 1000100 110111 1010 101011100 1001011 111011

Color Harmonies of #E54968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54968

Black with #E54968

Text Example


Text Example

White with #E54968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54968; }

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

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

background-color css

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

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

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

border-color css

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

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

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