Html Css Color HEX #ED6871 Froly

📋 copy color: '#ED6871'

red 237 ◦ green 104 ◦ blue 113

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

Shades of Froly #ED6871

Tints of Froly #ED6871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.91%

 BLUE value IS 113 (44.53% from 255) = 24.89%

R = 52.2%
G = 22.91%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED6871 (or 0xED6871) is known color: Froly. HEX triplet: ED, 68 and 71. RGB value is (237,104,113). Sum of RGB (Red+Green+Blue) = 237+104+113=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6871 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6871 is #12978E. Grayscale: #909090. Windows color (decimal): -1218447 or 7432429. OLE color: 7432429.

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

Color convert

RGB 237 104 113 -
CMYK 0 0.56 0.52 0.07
HSL 355.94º 0.79% 0.67% -
HSV(B) 355.94º 0.56% 0.93% -
XYZ 42.86 29.1 18.98 -
YUV 144.79 110.06 193.77 -
System Red Green Blue C M Y K H S L
Decimal 237 104 113 0 0.56 0.52 0.07 355.94 0.79 0.67
Hex ED 68 71 0 38 34 7 164 4F 43
Octal 355 150 161 0 70 64 7 544 117 103
Binary 11101101 1101000 1110001 0 111000 110100 111 101100100 1001111 1000011

Color Harmonies of #ED6871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6871

Black with #ED6871

Text Example


Text Example

White with #ED6871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6871; }

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

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

background-color css

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

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

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

border-color css

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

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

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