Html Css Color HEX #EE496A Cranberry

📋 copy color: '#EE496A'

red 238 ◦ green 73 ◦ blue 106

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

Shades of Cranberry #EE496A

Tints of Cranberry #EE496A

RGB

 RED value IS 238 (93.36% from 255) = 57.07%

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

 BLUE value IS 106 (41.8% from 255) = 25.42%

R = 57.07%
G = 17.51%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EE496A (or 0xEE496A) is known color: Cranberry. HEX triplet: EE, 49 and 6A. RGB value is (238,73,106). Sum of RGB (Red+Green+Blue) = 238+73+106=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EE496A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE496A is #11B695. Grayscale: #7E7E7E. Windows color (decimal): -1160854 or 6965742. OLE color: 6965742.

HSL color Cylindrical-coordinate representation of color #EE496A: hue angle of 348º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE496A is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 73 106 -
CMYK 0 0.69 0.55 0.07
HSL 348º 0.83% 0.61% -
HSV(B) 348º 0.69% 0.93% -
XYZ 40.24 23.98 16.14 -
YUV 126.1 116.66 207.82 -
System Red Green Blue C M Y K H S L
Decimal 238 73 106 0 0.69 0.55 0.07 348 0.83 0.61
Hex EE 49 6A 0 45 37 7 15C 53 3D
Octal 356 111 152 0 105 67 7 534 123 75
Binary 11101110 1001001 1101010 0 1000101 110111 111 101011100 1010011 111101

Color Harmonies of #EE496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE496A

Black with #EE496A

Text Example


Text Example

White with #EE496A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE496A; }

 p { color: rgb(238,73,106); }

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

background-color css

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

 a { background-color: rgb(238,73,106); }

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

border-color css

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

 span { border-color: rgb(238,73,106); }

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