Html Css Color HEX #EA647E Froly

📋 copy color: '#EA647E'

red 234 ◦ green 100 ◦ blue 126

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

Shades of Froly #EA647E

Tints of Froly #EA647E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.39%

R = 50.87%
G = 21.74%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EA647E (or 0xEA647E) is known color: Froly. HEX triplet: EA, 64 and 7E. RGB value is (234,100,126). Sum of RGB (Red+Green+Blue) = 234+100+126=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA647E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA647E is #159B81. Grayscale: #8F8F8F. Windows color (decimal): -1416066 or 8283370. OLE color: 8283370.

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

Color convert

RGB 234 100 126 -
CMYK 0 0.57 0.46 0.08
HSL 348.36º 0.76% 0.65% -
HSV(B) 348.36º 0.57% 0.92% -
XYZ 42.25 28.11 22.94 -
YUV 143.03 118.39 192.89 -
System Red Green Blue C M Y K H S L
Decimal 234 100 126 0 0.57 0.46 0.08 348.36 0.76 0.65
Hex EA 64 7E 0 39 2E 8 15C 4C 41
Octal 352 144 176 0 71 56 10 534 114 101
Binary 11101010 1100100 1111110 0 111001 101110 1000 101011100 1001100 1000001

Color Harmonies of #EA647E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA647E

Black with #EA647E

Text Example


Text Example

White with #EA647E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA647E; }

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

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

background-color css

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

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

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

border-color css

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

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

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