Html Css Color HEX #EA757F Froly

📋 copy color: '#EA757F'

red 234 ◦ green 117 ◦ blue 127

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

Shades of Froly #EA757F

Tints of Froly #EA757F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.48%

 BLUE value IS 127 (50% from 255) = 26.57%

R = 48.95%
G = 24.48%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EA757F (or 0xEA757F) is known color: Froly. HEX triplet: EA, 75 and 7F. RGB value is (234,117,127). Sum of RGB (Red+Green+Blue) = 234+117+127=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA757F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA757F is #158A80. Grayscale: #999999. Windows color (decimal): -1411713 or 8353258. OLE color: 8353258.

HSL color Cylindrical-coordinate representation of color #EA757F: hue angle of 354.87º degrees, saturation: 0.74, 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 #EA757F is Cyan = 0, Magento = 0.5, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 117 127 -
CMYK 0 0.5 0.46 0.08
HSL 354.87º 0.74% 0.69% -
HSV(B) 354.87º 0.5% 0.92% -
XYZ 44.12 31.75 23.88 -
YUV 153.12 113.26 185.69 -
System Red Green Blue C M Y K H S L
Decimal 234 117 127 0 0.5 0.46 0.08 354.87 0.74 0.69
Hex EA 75 7F 0 32 2E 8 163 4A 45
Octal 352 165 177 0 62 56 10 543 112 105
Binary 11101010 1110101 1111111 0 110010 101110 1000 101100011 1001010 1000101

Color Harmonies of #EA757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA757F

Black with #EA757F

Text Example


Text Example

White with #EA757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA757F; }

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

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

background-color css

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

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

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

border-color css

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

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

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