Html Css Color HEX #E2496F Cranberry

📋 copy color: '#E2496F'

red 226 ◦ green 73 ◦ blue 111

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

Shades of Cranberry #E2496F

Tints of Cranberry #E2496F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.07%

R = 55.12%
G = 17.8%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E2496F (or 0xE2496F) is known color: Cranberry. HEX triplet: E2, 49 and 6F. RGB value is (226,73,111). Sum of RGB (Red+Green+Blue) = 226+73+111=410 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.12% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 226 - color contains mainly: red. Hex color #E2496F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2496F is #1DB690. Grayscale: #7B7B7B. Windows color (decimal): -1947281 or 7293410. OLE color: 7293410.

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

Color convert

RGB 226 73 111 -
CMYK 0 0.68 0.51 0.11
HSL 345.1º 0.73% 0.59% -
HSV(B) 345.1º 0.68% 0.89% -
XYZ 36.62 22.08 17.37 -
YUV 123.08 121.19 201.41 -
System Red Green Blue C M Y K H S L
Decimal 226 73 111 0 0.68 0.51 0.11 345.1 0.73 0.59
Hex E2 49 6F 0 44 33 B 159 49 3B
Octal 342 111 157 0 104 63 13 531 111 73
Binary 11100010 1001001 1101111 0 1000100 110011 1011 101011001 1001001 111011

Color Harmonies of #E2496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2496F

Black with #E2496F

Text Example


Text Example

White with #E2496F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2496F; }

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

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

background-color css

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

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

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

border-color css

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

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

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