Html Css Color HEX #EA486F Cranberry

📋 copy color: '#EA486F'

red 234 ◦ green 72 ◦ blue 111

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

Shades of Cranberry #EA486F

Tints of Cranberry #EA486F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.27%

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

R = 56.12%
G = 17.27%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA486F (or 0xEA486F) is known color: Cranberry. HEX triplet: EA, 48 and 6F. RGB value is (234,72,111). Sum of RGB (Red+Green+Blue) = 234+72+111=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EA486F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA486F is #15B790. Grayscale: #7C7C7C. Windows color (decimal): -1423249 or 7293162. OLE color: 7293162.

HSL color Cylindrical-coordinate representation of color #EA486F: hue angle of 345.56º 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 #EA486F is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 72 111 -
CMYK 0 0.69 0.53 0.08
HSL 345.56º 0.79% 0.6% -
HSV(B) 345.56º 0.69% 0.92% -
XYZ 39.12 23.27 17.47 -
YUV 124.88 120.17 205.83 -
System Red Green Blue C M Y K H S L
Decimal 234 72 111 0 0.69 0.53 0.08 345.56 0.79 0.6
Hex EA 48 6F 0 45 35 8 15A 4F 3C
Octal 352 110 157 0 105 65 10 532 117 74
Binary 11101010 1001000 1101111 0 1000101 110101 1000 101011010 1001111 111100

Color Harmonies of #EA486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA486F

Black with #EA486F

Text Example


Text Example

White with #EA486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA486F; }

 p { color: rgb(234,72,111); }

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

background-color css

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

 a { background-color: rgb(234,72,111); }

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

border-color css

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

 span { border-color: rgb(234,72,111); }

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