Html Css Color HEX #EA717C Froly

📋 copy color: '#EA717C'

red 234 ◦ green 113 ◦ blue 124

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

Shades of Froly #EA717C

Tints of Froly #EA717C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.99%

 BLUE value IS 124 (48.83% from 255) = 26.33%

R = 49.68%
G = 23.99%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA717C (or 0xEA717C) is known color: Froly. HEX triplet: EA, 71 and 7C. RGB value is (234,113,124). Sum of RGB (Red+Green+Blue) = 234+113+124=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA717C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA717C is #158E83. Grayscale: #969696. Windows color (decimal): -1412740 or 8155626. OLE color: 8155626.

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

Color convert

RGB 234 113 124 -
CMYK 0 0.52 0.47 0.08
HSL 354.55º 0.74% 0.68% -
HSV(B) 354.55º 0.52% 0.92% -
XYZ 43.47 30.76 22.71 -
YUV 150.43 113.09 187.61 -
System Red Green Blue C M Y K H S L
Decimal 234 113 124 0 0.52 0.47 0.08 354.55 0.74 0.68
Hex EA 71 7C 0 34 2F 8 163 4A 44
Octal 352 161 174 0 64 57 10 543 112 104
Binary 11101010 1110001 1111100 0 110100 101111 1000 101100011 1001010 1000100

Color Harmonies of #EA717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA717C

Black with #EA717C

Text Example


Text Example

White with #EA717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA717C; }

 p { color: rgb(234,113,124); }

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

background-color css

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

 a { background-color: rgb(234,113,124); }

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

border-color css

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

 span { border-color: rgb(234,113,124); }

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