Html Css Color HEX #E54A6A Cranberry

📋 copy color: '#E54A6A'

red 229 ◦ green 74 ◦ blue 106

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

Shades of Cranberry #E54A6A

Tints of Cranberry #E54A6A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.09%

 BLUE value IS 106 (41.8% from 255) = 25.92%

R = 55.99%
G = 18.09%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E54A6A (or 0xE54A6A) is known color: Cranberry. HEX triplet: E5, 4A and 6A. RGB value is (229,74,106). Sum of RGB (Red+Green+Blue) = 229+74+106=409 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.99% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54A6A is #1AB595. Grayscale: #7C7C7C. Windows color (decimal): -1750422 or 6965989. OLE color: 6965989.

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

Color convert

RGB 229 74 106 -
CMYK 0 0.68 0.54 0.10
HSL 347.61º 0.75% 0.59% -
HSV(B) 347.61º 0.68% 0.9% -
XYZ 37.36 22.6 16.03 -
YUV 123.99 117.85 202.9 -
System Red Green Blue C M Y K H S L
Decimal 229 74 106 0 0.68 0.54 0.10 347.61 0.75 0.59
Hex E5 4A 6A 0 44 36 A 15C 4B 3B
Octal 345 112 152 0 104 66 12 534 113 73
Binary 11100101 1001010 1101010 0 1000100 110110 1010 101011100 1001011 111011

Color Harmonies of #E54A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54A6A

Black with #E54A6A

Text Example


Text Example

White with #E54A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54A6A; }

 p { color: rgb(229,74,106); }

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

background-color css

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

 a { background-color: rgb(229,74,106); }

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

border-color css

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

 span { border-color: rgb(229,74,106); }

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