Html Css Color HEX #E54865 Cranberry

📋 copy color: '#E54865'

red 229 ◦ green 72 ◦ blue 101

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

Shades of Cranberry #E54865

Tints of Cranberry #E54865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.12%

R = 56.97%
G = 17.91%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E54865 (or 0xE54865) is known color: Cranberry. HEX triplet: E5, 48 and 65. RGB value is (229,72,101). Sum of RGB (Red+Green+Blue) = 229+72+101=402 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.97% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 229 - color contains mainly: red. Hex color #E54865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54865 is #1AB79A. Grayscale: #7A7A7A. Windows color (decimal): -1750939 or 6637797. OLE color: 6637797.

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

Color convert

RGB 229 72 101 -
CMYK 0 0.69 0.56 0.10
HSL 348.92º 0.75% 0.59% -
HSV(B) 348.92º 0.69% 0.9% -
XYZ 36.98 22.23 14.65 -
YUV 122.25 116.01 204.14 -
System Red Green Blue C M Y K H S L
Decimal 229 72 101 0 0.69 0.56 0.10 348.92 0.75 0.59
Hex E5 48 65 0 45 38 A 15D 4B 3B
Octal 345 110 145 0 105 70 12 535 113 73
Binary 11100101 1001000 1100101 0 1000101 111000 1010 101011101 1001011 111011

Color Harmonies of #E54865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54865

Black with #E54865

Text Example


Text Example

White with #E54865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54865; }

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

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

background-color css

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

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

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

border-color css

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

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

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