Html Css Color HEX #EA737E Froly

📋 copy color: '#EA737E'

red 234 ◦ green 115 ◦ blue 126

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

Shades of Froly #EA737E

Tints of Froly #EA737E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.21%

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

R = 49.26%
G = 24.21%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EA737E (or 0xEA737E) is known color: Froly. HEX triplet: EA, 73 and 7E. RGB value is (234,115,126). Sum of RGB (Red+Green+Blue) = 234+115+126=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EA737E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA737E is #158C81. Grayscale: #979797. Windows color (decimal): -1412226 or 8287210. OLE color: 8287210.

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

Color convert

RGB 234 115 126 -
CMYK 0 0.51 0.46 0.08
HSL 354.45º 0.74% 0.68% -
HSV(B) 354.45º 0.51% 0.92% -
XYZ 43.83 31.26 23.46 -
YUV 151.84 113.42 186.61 -
System Red Green Blue C M Y K H S L
Decimal 234 115 126 0 0.51 0.46 0.08 354.45 0.74 0.68
Hex EA 73 7E 0 33 2E 8 162 4A 44
Octal 352 163 176 0 63 56 10 542 112 104
Binary 11101010 1110011 1111110 0 110011 101110 1000 101100010 1001010 1000100

Color Harmonies of #EA737E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA737E

Black with #EA737E

Text Example


Text Example

White with #EA737E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA737E; }

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

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

background-color css

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

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

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

border-color css

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

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

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