Html Css Color HEX #E0457C Cranberry

📋 copy color: '#E0457C'

red 224 ◦ green 69 ◦ blue 124

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

Shades of Cranberry #E0457C

Tints of Cranberry #E0457C

RGB

 RED value IS 224 (87.89% from 255) = 53.72%

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

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

R = 53.72%
G = 16.55%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E0457C (or 0xE0457C) is known color: Cranberry. HEX triplet: E0, 45 and 7C. RGB value is (224,69,124). Sum of RGB (Red+Green+Blue) = 224+69+124=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E0457C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0457C is #1FBA83. Grayscale: #797979. Windows color (decimal): -2079364 or 8144352. OLE color: 8144352.

HSL color Cylindrical-coordinate representation of color #E0457C: hue angle of 338.71º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E0457C is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 69 124 -
CMYK 0 0.69 0.45 0.12
HSL 338.71º 0.71% 0.57% -
HSV(B) 338.71º 0.69% 0.88% -
XYZ 36.51 21.56 21.31 -
YUV 121.62 129.35 201.03 -
System Red Green Blue C M Y K H S L
Decimal 224 69 124 0 0.69 0.45 0.12 338.71 0.71 0.57
Hex E0 45 7C 0 45 2D C 153 47 39
Octal 340 105 174 0 105 55 14 523 107 71
Binary 11100000 1000101 1111100 0 1000101 101101 1100 101010011 1000111 111001

Color Harmonies of #E0457C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0457C

Black with #E0457C

Text Example


Text Example

White with #E0457C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0457C; }

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

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

background-color css

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

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

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

border-color css

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

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

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