Html Css Color HEX #E2496D Cranberry

📋 copy color: '#E2496D'

red 226 ◦ green 73 ◦ blue 109

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

Shades of Cranberry #E2496D

Tints of Cranberry #E2496D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.72%

R = 55.39%
G = 17.89%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E2496D (or 0xE2496D) is known color: Cranberry. HEX triplet: E2, 49 and 6D. RGB value is (226,73,109). Sum of RGB (Red+Green+Blue) = 226+73+109=408 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.39% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 226 - color contains mainly: red. Hex color #E2496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2496D is #1DB692. Grayscale: #7A7A7A. Windows color (decimal): -1947283 or 7162338. OLE color: 7162338.

HSL color Cylindrical-coordinate representation of color #E2496D: hue angle of 345.88º 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 #E2496D is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 73 109 -
CMYK 0 0.68 0.52 0.11
HSL 345.88º 0.73% 0.59% -
HSV(B) 345.88º 0.68% 0.89% -
XYZ 36.51 22.04 16.8 -
YUV 122.85 120.19 201.57 -
System Red Green Blue C M Y K H S L
Decimal 226 73 109 0 0.68 0.52 0.11 345.88 0.73 0.59
Hex E2 49 6D 0 44 34 B 15A 49 3B
Octal 342 111 155 0 104 64 13 532 111 73
Binary 11100010 1001001 1101101 0 1000100 110100 1011 101011010 1001001 111011

Color Harmonies of #E2496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2496D

Black with #E2496D

Text Example


Text Example

White with #E2496D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2496D; }

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

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

background-color css

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

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

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

border-color css

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

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

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