Html Css Color HEX #E5457C Cranberry

📋 copy color: '#E5457C'

red 229 ◦ green 69 ◦ blue 124

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

Shades of Cranberry #E5457C

Tints of Cranberry #E5457C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.35%

 BLUE value IS 124 (48.83% from 255) = 29.38%

R = 54.27%
G = 16.35%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E5457C (or 0xE5457C) is known color: Cranberry. HEX triplet: E5, 45 and 7C. RGB value is (229,69,124). Sum of RGB (Red+Green+Blue) = 229+69+124=422 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.27% from 422); Green value is 69 (27.34% from 255 or 16.35% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 229 - color contains mainly: red. Hex color #E5457C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5457C is #1ABA83. Grayscale: #7B7B7B. Windows color (decimal): -1751684 or 8144357. OLE color: 8144357.

HSL color Cylindrical-coordinate representation of color #E5457C: hue angle of 339.38º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E5457C is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 69 124 -
CMYK 0 0.70 0.46 0.10
HSL 339.38º 0.75% 0.58% -
HSV(B) 339.38º 0.7% 0.9% -
XYZ 38.08 22.37 21.38 -
YUV 123.11 128.51 203.53 -
System Red Green Blue C M Y K H S L
Decimal 229 69 124 0 0.70 0.46 0.10 339.38 0.75 0.58
Hex E5 45 7C 0 46 2E A 153 4B 3A
Octal 345 105 174 0 106 56 12 523 113 72
Binary 11100101 1000101 1111100 0 1000110 101110 1010 101010011 1001011 111010

Color Harmonies of #E5457C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5457C

Black with #E5457C

Text Example


Text Example

White with #E5457C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5457C; }

 p { color: rgb(229,69,124); }

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

background-color css

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

 a { background-color: rgb(229,69,124); }

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

border-color css

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

 span { border-color: rgb(229,69,124); }

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