Html Css Color HEX #EA496C Cranberry

📋 copy color: '#EA496C'

red 234 ◦ green 73 ◦ blue 108

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

Shades of Cranberry #EA496C

Tints of Cranberry #EA496C

RGB

 RED value IS 234 (91.8% from 255) = 56.39%

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

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

R = 56.39%
G = 17.59%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EA496C (or 0xEA496C) is known color: Cranberry. HEX triplet: EA, 49 and 6C. RGB value is (234,73,108). Sum of RGB (Red+Green+Blue) = 234+73+108=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EA496C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA496C is #15B693. Grayscale: #7D7D7D. Windows color (decimal): -1422996 or 7096810. OLE color: 7096810.

HSL color Cylindrical-coordinate representation of color #EA496C: hue angle of 346.96º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA496C is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 73 108 -
CMYK 0 0.69 0.54 0.08
HSL 346.96º 0.79% 0.6% -
HSV(B) 346.96º 0.69% 0.92% -
XYZ 39.02 23.34 16.64 -
YUV 125.13 118.34 205.65 -
System Red Green Blue C M Y K H S L
Decimal 234 73 108 0 0.69 0.54 0.08 346.96 0.79 0.6
Hex EA 49 6C 0 45 36 8 15B 4F 3C
Octal 352 111 154 0 105 66 10 533 117 74
Binary 11101010 1001001 1101100 0 1000101 110110 1000 101011011 1001111 111100

Color Harmonies of #EA496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA496C

Black with #EA496C

Text Example


Text Example

White with #EA496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA496C; }

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

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

background-color css

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

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

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

border-color css

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

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

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