Html Css Color HEX #E54A6B Cranberry

📋 copy color: '#E54A6B'

red 229 ◦ green 74 ◦ blue 107

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

Shades of Cranberry #E54A6B

Tints of Cranberry #E54A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.1%

R = 55.85%
G = 18.05%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E54A6B (or 0xE54A6B) is known color: Cranberry. HEX triplet: E5, 4A and 6B. RGB value is (229,74,107). Sum of RGB (Red+Green+Blue) = 229+74+107=410 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.85% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54A6B is #1AB594. Grayscale: #7C7C7C. Windows color (decimal): -1750421 or 7031525. OLE color: 7031525.

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

Color convert

RGB 229 74 107 -
CMYK 0 0.68 0.53 0.10
HSL 347.23º 0.75% 0.59% -
HSV(B) 347.23º 0.68% 0.9% -
XYZ 37.42 22.62 16.3 -
YUV 124.11 118.35 202.82 -
System Red Green Blue C M Y K H S L
Decimal 229 74 107 0 0.68 0.53 0.10 347.23 0.75 0.59
Hex E5 4A 6B 0 44 35 A 15B 4B 3B
Octal 345 112 153 0 104 65 12 533 113 73
Binary 11100101 1001010 1101011 0 1000100 110101 1010 101011011 1001011 111011

Color Harmonies of #E54A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54A6B

Black with #E54A6B

Text Example


Text Example

White with #E54A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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