Html Css Color HEX #EA647C Froly

📋 copy color: '#EA647C'

red 234 ◦ green 100 ◦ blue 124

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

Shades of Froly #EA647C

Tints of Froly #EA647C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.83%

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

R = 51.09%
G = 21.83%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA647C (or 0xEA647C) is known color: Froly. HEX triplet: EA, 64 and 7C. RGB value is (234,100,124). Sum of RGB (Red+Green+Blue) = 234+100+124=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EA647C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA647C is #159B83. Grayscale: #8E8E8E. Windows color (decimal): -1416068 or 8152298. OLE color: 8152298.

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

Color convert

RGB 234 100 124 -
CMYK 0 0.57 0.47 0.08
HSL 349.25º 0.76% 0.65% -
HSV(B) 349.25º 0.57% 0.92% -
XYZ 42.13 28.06 22.26 -
YUV 142.8 117.39 193.05 -
System Red Green Blue C M Y K H S L
Decimal 234 100 124 0 0.57 0.47 0.08 349.25 0.76 0.65
Hex EA 64 7C 0 39 2F 8 15D 4C 41
Octal 352 144 174 0 71 57 10 535 114 101
Binary 11101010 1100100 1111100 0 111001 101111 1000 101011101 1001100 1000001

Color Harmonies of #EA647C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA647C

Black with #EA647C

Text Example


Text Example

White with #EA647C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA647C; }

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

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

background-color css

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

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

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

border-color css

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

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

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