Html Css Color HEX #E53E7A Cranberry

📋 copy color: '#E53E7A'

red 229 ◦ green 62 ◦ blue 122

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

Shades of Cranberry #E53E7A

Tints of Cranberry #E53E7A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.01%

 BLUE value IS 122 (48.05% from 255) = 29.54%

R = 55.45%
G = 15.01%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E53E7A (or 0xE53E7A) is known color: Cranberry. HEX triplet: E5, 3E and 7A. RGB value is (229,62,122). Sum of RGB (Red+Green+Blue) = 229+62+122=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 62 (24.61% from 255 or 15.01% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E53E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53E7A is #1AC185. Grayscale: #767676. Windows color (decimal): -1753478 or 8011493. OLE color: 8011493.

HSL color Cylindrical-coordinate representation of color #E53E7A: hue angle of 338.44º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E53E7A is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 62 122 -
CMYK 0 0.73 0.47 0.10
HSL 338.44º 0.76% 0.57% -
HSV(B) 338.44º 0.73% 0.9% -
XYZ 37.55 21.51 20.58 -
YUV 118.77 129.83 206.62 -
System Red Green Blue C M Y K H S L
Decimal 229 62 122 0 0.73 0.47 0.10 338.44 0.76 0.57
Hex E5 3E 7A 0 49 2F A 152 4C 39
Octal 345 76 172 0 111 57 12 522 114 71
Binary 11100101 111110 1111010 0 1001001 101111 1010 101010010 1001100 111001

Color Harmonies of #E53E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53E7A

Black with #E53E7A

Text Example


Text Example

White with #E53E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53E7A; }

 p { color: rgb(229,62,122); }

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

background-color css

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

 a { background-color: rgb(229,62,122); }

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

border-color css

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

 span { border-color: rgb(229,62,122); }

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