Html Css Color HEX #E2496C Cranberry

📋 copy color: '#E2496C'

red 226 ◦ green 73 ◦ blue 108

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

Shades of Cranberry #E2496C

Tints of Cranberry #E2496C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.54%

R = 55.53%
G = 17.94%
B = 26.54%

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

#E2496C (or 0xE2496C) is known color: Cranberry. HEX triplet: E2, 49 and 6C. RGB value is (226,73,108). Sum of RGB (Red+Green+Blue) = 226+73+108=407 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.53% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 226 - color contains mainly: red. Hex color #E2496C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2496C is #1DB693. Grayscale: #7A7A7A. Windows color (decimal): -1947284 or 7096802. OLE color: 7096802.

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

Color convert

RGB 226 73 108 -
CMYK 0 0.68 0.52 0.11
HSL 346.27º 0.73% 0.59% -
HSV(B) 346.27º 0.68% 0.89% -
XYZ 36.45 22.02 16.52 -
YUV 122.74 119.69 201.65 -
System Red Green Blue C M Y K H S L
Decimal 226 73 108 0 0.68 0.52 0.11 346.27 0.73 0.59
Hex E2 49 6C 0 44 34 B 15A 49 3B
Octal 342 111 154 0 104 64 13 532 111 73
Binary 11100010 1001001 1101100 0 1000100 110100 1011 101011010 1001001 111011

Color Harmonies of #E2496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2496C

Black with #E2496C

Text Example


Text Example

White with #E2496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2496C; }

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

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

background-color css

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

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

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

border-color css

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

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

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