Html Css Color HEX #E2497D Cranberry

📋 copy color: '#E2497D'

red 226 ◦ green 73 ◦ blue 125

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

Shades of Cranberry #E2497D

Tints of Cranberry #E2497D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.22%

 BLUE value IS 125 (49.22% from 255) = 29.48%

R = 53.3%
G = 17.22%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2497D (or 0xE2497D) is known color: Cranberry. HEX triplet: E2, 49 and 7D. RGB value is (226,73,125). Sum of RGB (Red+Green+Blue) = 226+73+125=424 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.30% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 226 - color contains mainly: red. Hex color #E2497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2497D is #1DB682. Grayscale: #7C7C7C. Windows color (decimal): -1947267 or 8210914. OLE color: 8210914.

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

Color convert

RGB 226 73 125 -
CMYK 0 0.68 0.45 0.11
HSL 339.61º 0.73% 0.59% -
HSV(B) 339.61º 0.68% 0.89% -
XYZ 37.45 22.41 21.75 -
YUV 124.68 128.19 200.27 -
System Red Green Blue C M Y K H S L
Decimal 226 73 125 0 0.68 0.45 0.11 339.61 0.73 0.59
Hex E2 49 7D 0 44 2D B 154 49 3B
Octal 342 111 175 0 104 55 13 524 111 73
Binary 11100010 1001001 1111101 0 1000100 101101 1011 101010100 1001001 111011

Color Harmonies of #E2497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2497D

Black with #E2497D

Text Example


Text Example

White with #E2497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2497D; }

 p { color: rgb(226,73,125); }

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

background-color css

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

 a { background-color: rgb(226,73,125); }

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

border-color css

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

 span { border-color: rgb(226,73,125); }

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