Html Css Color HEX #EA7880 Froly

📋 copy color: '#EA7880'

red 234 ◦ green 120 ◦ blue 128

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

Shades of Froly #EA7880

Tints of Froly #EA7880

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.9%

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

R = 48.55%
G = 24.9%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA7880 (or 0xEA7880) is known color: Froly. HEX triplet: EA, 78 and 80. RGB value is (234,120,128). Sum of RGB (Red+Green+Blue) = 234+120+128=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7880 is #15877F. Grayscale: #9B9B9B. Windows color (decimal): -1410944 or 8419562. OLE color: 8419562.

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

Color convert

RGB 234 120 128 -
CMYK 0 0.49 0.45 0.08
HSL 355.79º 0.73% 0.69% -
HSV(B) 355.79º 0.49% 0.92% -
XYZ 44.54 32.48 24.34 -
YUV 155 112.77 184.35 -
System Red Green Blue C M Y K H S L
Decimal 234 120 128 0 0.49 0.45 0.08 355.79 0.73 0.69
Hex EA 78 80 0 31 2D 8 164 49 45
Octal 352 170 200 0 61 55 10 544 111 105
Binary 11101010 1111000 10000000 0 110001 101101 1000 101100100 1001001 1000101

Color Harmonies of #EA7880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7880

Black with #EA7880

Text Example


Text Example

White with #EA7880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7880; }

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

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

background-color css

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

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

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

border-color css

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

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

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