Html Css Color HEX #EA6475 Froly

📋 copy color: '#EA6475'

red 234 ◦ green 100 ◦ blue 117

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

Shades of Froly #EA6475

Tints of Froly #EA6475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.17%

 BLUE value IS 117 (46.09% from 255) = 25.94%

R = 51.88%
G = 22.17%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EA6475 (or 0xEA6475) is known color: Froly. HEX triplet: EA, 64 and 75. RGB value is (234,100,117). Sum of RGB (Red+Green+Blue) = 234+100+117=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6475 is #159B8A. Grayscale: #8E8E8E. Windows color (decimal): -1416075 or 7693546. OLE color: 7693546.

HSL color Cylindrical-coordinate representation of color #EA6475: hue angle of 352.39º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA6475 is Cyan = 0, Magento = 0.57, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 100 117 -
CMYK 0 0.57 0.5 0.08
HSL 352.39º 0.76% 0.65% -
HSV(B) 352.39º 0.57% 0.92% -
XYZ 41.7 27.89 20.02 -
YUV 142 113.89 193.62 -
System Red Green Blue C M Y K H S L
Decimal 234 100 117 0 0.57 0.5 0.08 352.39 0.76 0.65
Hex EA 64 75 0 39 32 8 160 4C 41
Octal 352 144 165 0 71 62 10 540 114 101
Binary 11101010 1100100 1110101 0 111001 110010 1000 101100000 1001100 1000001

Color Harmonies of #EA6475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6475

Black with #EA6475

Text Example


Text Example

White with #EA6475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6475; }

 p { color: rgb(234,100,117); }

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

background-color css

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

 a { background-color: rgb(234,100,117); }

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

border-color css

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

 span { border-color: rgb(234,100,117); }

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