Html Css Color HEX #EA6471 Froly

📋 copy color: '#EA6471'

red 234 ◦ green 100 ◦ blue 113

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

Shades of Froly #EA6471

Tints of Froly #EA6471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.28%

R = 52.35%
G = 22.37%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA6471 (or 0xEA6471) is known color: Froly. HEX triplet: EA, 64 and 71. RGB value is (234,100,113). Sum of RGB (Red+Green+Blue) = 234+100+113=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6471 is #159B8E. Grayscale: #8D8D8D. Windows color (decimal): -1416079 or 7431402. OLE color: 7431402.

HSL color Cylindrical-coordinate representation of color #EA6471: hue angle of 354.18º 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 #EA6471 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 100 113 -
CMYK 0 0.57 0.52 0.08
HSL 354.18º 0.76% 0.65% -
HSV(B) 354.18º 0.57% 0.92% -
XYZ 41.47 27.8 18.8 -
YUV 141.55 111.89 193.94 -
System Red Green Blue C M Y K H S L
Decimal 234 100 113 0 0.57 0.52 0.08 354.18 0.76 0.65
Hex EA 64 71 0 39 34 8 162 4C 41
Octal 352 144 161 0 71 64 10 542 114 101
Binary 11101010 1100100 1110001 0 111001 110100 1000 101100010 1001100 1000001

Color Harmonies of #EA6471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6471

Black with #EA6471

Text Example


Text Example

White with #EA6471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6471; }

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

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

background-color css

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

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

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

border-color css

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

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

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