Html Css Color HEX #E53F7A Cranberry

📋 copy color: '#E53F7A'

red 229 ◦ green 63 ◦ blue 122

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

Shades of Cranberry #E53F7A

Tints of Cranberry #E53F7A

RGB

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

 GREEN value IS 63 (25% from 255) = 15.22%

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

R = 55.31%
G = 15.22%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E53F7A (or 0xE53F7A) is known color: Cranberry. HEX triplet: E5, 3F and 7A. RGB value is (229,63,122). Sum of RGB (Red+Green+Blue) = 229+63+122=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E53F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53F7A is #1AC085. Grayscale: #777777. Windows color (decimal): -1753222 or 8011749. OLE color: 8011749.

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

Color convert

RGB 229 63 122 -
CMYK 0 0.72 0.47 0.10
HSL 338.67º 0.76% 0.57% -
HSV(B) 338.67º 0.72% 0.9% -
XYZ 37.6 21.62 20.6 -
YUV 119.36 129.5 206.2 -
System Red Green Blue C M Y K H S L
Decimal 229 63 122 0 0.72 0.47 0.10 338.67 0.76 0.57
Hex E5 3F 7A 0 48 2F A 153 4C 39
Octal 345 77 172 0 110 57 12 523 114 71
Binary 11100101 111111 1111010 0 1001000 101111 1010 101010011 1001100 111001

Color Harmonies of #E53F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53F7A

Black with #E53F7A

Text Example


Text Example

White with #E53F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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