Html Css Color HEX #ED717A Froly

📋 copy color: '#ED717A'

red 237 ◦ green 113 ◦ blue 122

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

Shades of Froly #ED717A

Tints of Froly #ED717A

RGB

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

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

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

R = 50.21%
G = 23.94%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED717A (or 0xED717A) is known color: Froly. HEX triplet: ED, 71 and 7A. RGB value is (237,113,122). Sum of RGB (Red+Green+Blue) = 237+113+122=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED717A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED717A is #128E85. Grayscale: #979797. Windows color (decimal): -1216134 or 8024557. OLE color: 8024557.

HSL color Cylindrical-coordinate representation of color #ED717A: hue angle of 355.65º 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 #ED717A is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 113 122 -
CMYK 0 0.52 0.49 0.07
HSL 355.65º 0.78% 0.69% -
HSV(B) 355.65º 0.52% 0.93% -
XYZ 44.34 31.22 22.1 -
YUV 151.1 111.58 189.27 -
System Red Green Blue C M Y K H S L
Decimal 237 113 122 0 0.52 0.49 0.07 355.65 0.78 0.69
Hex ED 71 7A 0 34 31 7 164 4E 45
Octal 355 161 172 0 64 61 7 544 116 105
Binary 11101101 1110001 1111010 0 110100 110001 111 101100100 1001110 1000101

Color Harmonies of #ED717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED717A

Black with #ED717A

Text Example


Text Example

White with #ED717A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED717A; }

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

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

background-color css

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

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

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

border-color css

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

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

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