Html Css Color HEX #EA7680 Froly

📋 copy color: '#EA7680'

red 234 ◦ green 118 ◦ blue 128

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

Shades of Froly #EA7680

Tints of Froly #EA7680

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.58%

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

R = 48.75%
G = 24.58%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA7680 (or 0xEA7680) is known color: Froly. HEX triplet: EA, 76 and 80. RGB value is (234,118,128). Sum of RGB (Red+Green+Blue) = 234+118+128=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7680 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7680 is #15897F. Grayscale: #999999. Windows color (decimal): -1411456 or 8419050. OLE color: 8419050.

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

Color convert

RGB 234 118 128 -
CMYK 0 0.50 0.45 0.08
HSL 354.83º 0.73% 0.69% -
HSV(B) 354.83º 0.5% 0.92% -
XYZ 44.31 32.01 24.27 -
YUV 153.82 113.43 185.19 -
System Red Green Blue C M Y K H S L
Decimal 234 118 128 0 0.50 0.45 0.08 354.83 0.73 0.69
Hex EA 76 80 0 32 2D 8 163 49 45
Octal 352 166 200 0 62 55 10 543 111 105
Binary 11101010 1110110 10000000 0 110010 101101 1000 101100011 1001001 1000101

Color Harmonies of #EA7680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7680

Black with #EA7680

Text Example


Text Example

White with #EA7680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7680; }

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

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

background-color css

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

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

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

border-color css

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

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

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