Html Css Color HEX #EA7380 Froly

📋 copy color: '#EA7380'

red 234 ◦ green 115 ◦ blue 128

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

Shades of Froly #EA7380

Tints of Froly #EA7380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.11%

 BLUE value IS 128 (50.39% from 255) = 26.83%

R = 49.06%
G = 24.11%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA7380 (or 0xEA7380) is known color: Froly. HEX triplet: EA, 73 and 80. RGB value is (234,115,128). Sum of RGB (Red+Green+Blue) = 234+115+128=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7380 is #158C7F. Grayscale: #989898. Windows color (decimal): -1412224 or 8418282. OLE color: 8418282.

HSL color Cylindrical-coordinate representation of color #EA7380: hue angle of 353.45º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA7380 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 115 128 -
CMYK 0 0.51 0.45 0.08
HSL 353.45º 0.74% 0.68% -
HSV(B) 353.45º 0.51% 0.92% -
XYZ 43.96 31.31 24.15 -
YUV 152.06 114.42 186.44 -
System Red Green Blue C M Y K H S L
Decimal 234 115 128 0 0.51 0.45 0.08 353.45 0.74 0.68
Hex EA 73 80 0 33 2D 8 161 4A 44
Octal 352 163 200 0 63 55 10 541 112 104
Binary 11101010 1110011 10000000 0 110011 101101 1000 101100001 1001010 1000100

Color Harmonies of #EA7380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7380

Black with #EA7380

Text Example


Text Example

White with #EA7380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7380; }

 p { color: rgb(234,115,128); }

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

background-color css

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

 a { background-color: rgb(234,115,128); }

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

border-color css

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

 span { border-color: rgb(234,115,128); }

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