Html Css Color HEX #EA727D Froly

📋 copy color: '#EA727D'

red 234 ◦ green 114 ◦ blue 125

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

Shades of Froly #EA727D

Tints of Froly #EA727D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.1%

 BLUE value IS 125 (49.22% from 255) = 26.43%

R = 49.47%
G = 24.1%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA727D (or 0xEA727D) is known color: Froly. HEX triplet: EA, 72 and 7D. RGB value is (234,114,125). Sum of RGB (Red+Green+Blue) = 234+114+125=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA727D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA727D is #158D82. Grayscale: #979797. Windows color (decimal): -1412483 or 8221418. OLE color: 8221418.

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

Color convert

RGB 234 114 125 -
CMYK 0 0.51 0.47 0.08
HSL 354.5º 0.74% 0.68% -
HSV(B) 354.5º 0.51% 0.92% -
XYZ 43.65 31.01 23.09 -
YUV 151.13 113.26 187.11 -
System Red Green Blue C M Y K H S L
Decimal 234 114 125 0 0.51 0.47 0.08 354.5 0.74 0.68
Hex EA 72 7D 0 33 2F 8 162 4A 44
Octal 352 162 175 0 63 57 10 542 112 104
Binary 11101010 1110010 1111101 0 110011 101111 1000 101100010 1001010 1000100

Color Harmonies of #EA727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA727D

Black with #EA727D

Text Example


Text Example

White with #EA727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA727D; }

 p { color: rgb(234,114,125); }

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

background-color css

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

 a { background-color: rgb(234,114,125); }

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

border-color css

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

 span { border-color: rgb(234,114,125); }

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