Html Css Color HEX #ED717E Froly

📋 copy color: '#ED717E'

red 237 ◦ green 113 ◦ blue 126

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

Shades of Froly #ED717E

Tints of Froly #ED717E

RGB

 RED value IS 237 (92.97% from 255) = 49.79%

 GREEN value IS 113 (44.53% from 255) = 23.74%

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

R = 49.79%
G = 23.74%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED717E (or 0xED717E) is known color: Froly. HEX triplet: ED, 71 and 7E. RGB value is (237,113,126). Sum of RGB (Red+Green+Blue) = 237+113+126=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED717E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED717E is #128E81. Grayscale: #979797. Windows color (decimal): -1216130 or 8286701. OLE color: 8286701.

HSL color Cylindrical-coordinate representation of color #ED717E: hue angle of 353.71º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED717E is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 113 126 -
CMYK 0 0.52 0.47 0.07
HSL 353.71º 0.78% 0.69% -
HSV(B) 353.71º 0.52% 0.93% -
XYZ 44.6 31.32 23.43 -
YUV 151.56 113.58 188.94 -
System Red Green Blue C M Y K H S L
Decimal 237 113 126 0 0.52 0.47 0.07 353.71 0.78 0.69
Hex ED 71 7E 0 34 2F 7 162 4E 45
Octal 355 161 176 0 64 57 7 542 116 105
Binary 11101101 1110001 1111110 0 110100 101111 111 101100010 1001110 1000101

Color Harmonies of #ED717E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED717E

Black with #ED717E

Text Example


Text Example

White with #ED717E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED717E; }

 p { color: rgb(237,113,126); }

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

background-color css

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

 a { background-color: rgb(237,113,126); }

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

border-color css

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

 span { border-color: rgb(237,113,126); }

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