Html Css Color HEX #E2457C Cranberry

📋 copy color: '#E2457C'

red 226 ◦ green 69 ◦ blue 124

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

Shades of Cranberry #E2457C

Tints of Cranberry #E2457C

RGB

 RED value IS 226 (88.67% from 255) = 53.94%

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

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

R = 53.94%
G = 16.47%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2457C (or 0xE2457C) is known color: Cranberry. HEX triplet: E2, 45 and 7C. RGB value is (226,69,124). Sum of RGB (Red+Green+Blue) = 226+69+124=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E2457C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2457C is #1DBA83. Grayscale: #7A7A7A. Windows color (decimal): -1948292 or 8144354. OLE color: 8144354.

HSL color Cylindrical-coordinate representation of color #E2457C: hue angle of 338.98º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E2457C is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 69 124 -
CMYK 0 0.69 0.45 0.11
HSL 338.98º 0.73% 0.58% -
HSV(B) 338.98º 0.69% 0.89% -
XYZ 37.13 21.88 21.34 -
YUV 122.21 129.01 202.03 -
System Red Green Blue C M Y K H S L
Decimal 226 69 124 0 0.69 0.45 0.11 338.98 0.73 0.58
Hex E2 45 7C 0 45 2D B 153 49 3A
Octal 342 105 174 0 105 55 13 523 111 72
Binary 11100010 1000101 1111100 0 1000101 101101 1011 101010011 1001001 111010

Color Harmonies of #E2457C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2457C

Black with #E2457C

Text Example


Text Example

White with #E2457C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2457C; }

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

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

background-color css

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

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

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

border-color css

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

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

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