Html Css Color HEX #ED6874 Froly

📋 copy color: '#ED6874'

red 237 ◦ green 104 ◦ blue 116

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

Shades of Froly #ED6874

Tints of Froly #ED6874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.38%

R = 51.86%
G = 22.76%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ED6874 (or 0xED6874) is known color: Froly. HEX triplet: ED, 68 and 74. RGB value is (237,104,116). Sum of RGB (Red+Green+Blue) = 237+104+116=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6874 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6874 is #12978B. Grayscale: #919191. Windows color (decimal): -1218444 or 7629037. OLE color: 7629037.

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

Color convert

RGB 237 104 116 -
CMYK 0 0.56 0.51 0.07
HSL 354.59º 0.79% 0.67% -
HSV(B) 354.59º 0.56% 0.93% -
XYZ 43.03 29.17 19.88 -
YUV 145.14 111.56 193.52 -
System Red Green Blue C M Y K H S L
Decimal 237 104 116 0 0.56 0.51 0.07 354.59 0.79 0.67
Hex ED 68 74 0 38 33 7 163 4F 43
Octal 355 150 164 0 70 63 7 543 117 103
Binary 11101101 1101000 1110100 0 111000 110011 111 101100011 1001111 1000011

Color Harmonies of #ED6874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6874

Black with #ED6874

Text Example


Text Example

White with #ED6874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6874; }

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

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

background-color css

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

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

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

border-color css

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

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

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