Html Css Color HEX #E54B64 Cranberry

📋 copy color: '#E54B64'

red 229 ◦ green 75 ◦ blue 100

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

Shades of Cranberry #E54B64

Tints of Cranberry #E54B64

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.56%

 BLUE value IS 100 (39.45% from 255) = 24.75%

R = 56.68%
G = 18.56%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E54B64 (or 0xE54B64) is known color: Cranberry. HEX triplet: E5, 4B and 64. RGB value is (229,75,100). Sum of RGB (Red+Green+Blue) = 229+75+100=404 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.68% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 229 - color contains mainly: red. Hex color #E54B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54B64 is #1AB49B. Grayscale: #7B7B7B. Windows color (decimal): -1750172 or 6573029. OLE color: 6573029.

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

Color convert

RGB 229 75 100 -
CMYK 0 0.67 0.56 0.10
HSL 350.26º 0.75% 0.6% -
HSV(B) 350.26º 0.67% 0.9% -
XYZ 37.13 22.61 14.46 -
YUV 123.9 114.52 202.97 -
System Red Green Blue C M Y K H S L
Decimal 229 75 100 0 0.67 0.56 0.10 350.26 0.75 0.6
Hex E5 4B 64 0 43 38 A 15E 4B 3C
Octal 345 113 144 0 103 70 12 536 113 74
Binary 11100101 1001011 1100100 0 1000011 111000 1010 101011110 1001011 111100

Color Harmonies of #E54B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54B64

Black with #E54B64

Text Example


Text Example

White with #E54B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54B64; }

 p { color: rgb(229,75,100); }

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

background-color css

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

 a { background-color: rgb(229,75,100); }

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

border-color css

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

 span { border-color: rgb(229,75,100); }

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