Html Css Color HEX #EA757A Froly

📋 copy color: '#EA757A'

red 234 ◦ green 117 ◦ blue 122

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

Shades of Froly #EA757A

Tints of Froly #EA757A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.74%

 BLUE value IS 122 (48.05% from 255) = 25.79%

R = 49.47%
G = 24.74%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA757A (or 0xEA757A) is known color: Froly. HEX triplet: EA, 75 and 7A. RGB value is (234,117,122). Sum of RGB (Red+Green+Blue) = 234+117+122=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA757A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA757A is #158A85. Grayscale: #989898. Windows color (decimal): -1411718 or 8025578. OLE color: 8025578.

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

Color convert

RGB 234 117 122 -
CMYK 0 0.5 0.48 0.08
HSL 357.44º 0.74% 0.69% -
HSV(B) 357.44º 0.5% 0.92% -
XYZ 43.81 31.62 22.21 -
YUV 152.55 110.76 186.09 -
System Red Green Blue C M Y K H S L
Decimal 234 117 122 0 0.5 0.48 0.08 357.44 0.74 0.69
Hex EA 75 7A 0 32 30 8 165 4A 45
Octal 352 165 172 0 62 60 10 545 112 105
Binary 11101010 1110101 1111010 0 110010 110000 1000 101100101 1001010 1000101

Color Harmonies of #EA757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA757A

Black with #EA757A

Text Example


Text Example

White with #EA757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA757A; }

 p { color: rgb(234,117,122); }

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

background-color css

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

 a { background-color: rgb(234,117,122); }

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

border-color css

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

 span { border-color: rgb(234,117,122); }

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