Html Css Color HEX #EA707D Froly

📋 copy color: '#EA707D'

red 234 ◦ green 112 ◦ blue 125

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

Shades of Froly #EA707D

Tints of Froly #EA707D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.78%

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

R = 49.68%
G = 23.78%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA707D (or 0xEA707D) is known color: Froly. HEX triplet: EA, 70 and 7D. RGB value is (234,112,125). Sum of RGB (Red+Green+Blue) = 234+112+125=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA707D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA707D is #158F82. Grayscale: #969696. Windows color (decimal): -1412995 or 8220906. OLE color: 8220906.

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

Color convert

RGB 234 112 125 -
CMYK 0 0.52 0.47 0.08
HSL 353.61º 0.74% 0.68% -
HSV(B) 353.61º 0.52% 0.92% -
XYZ 43.43 30.56 23.01 -
YUV 149.96 113.92 187.94 -
System Red Green Blue C M Y K H S L
Decimal 234 112 125 0 0.52 0.47 0.08 353.61 0.74 0.68
Hex EA 70 7D 0 34 2F 8 162 4A 44
Octal 352 160 175 0 64 57 10 542 112 104
Binary 11101010 1110000 1111101 0 110100 101111 1000 101100010 1001010 1000100

Color Harmonies of #EA707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA707D

Black with #EA707D

Text Example


Text Example

White with #EA707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA707D; }

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

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

background-color css

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

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

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

border-color css

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

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

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