Html Css Color HEX #ED6F7E Froly

📋 copy color: '#ED6F7E'

red 237 ◦ green 111 ◦ blue 126

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

Shades of Froly #ED6F7E

Tints of Froly #ED6F7E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.42%

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

R = 50%
G = 23.42%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED6F7E (or 0xED6F7E) is known color: Froly. HEX triplet: ED, 6F and 7E. RGB value is (237,111,126). Sum of RGB (Red+Green+Blue) = 237+111+126=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6F7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6F7E is #129081. Grayscale: #969696. Windows color (decimal): -1216642 or 8286189. OLE color: 8286189.

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

Color convert

RGB 237 111 126 -
CMYK 0 0.53 0.47 0.07
HSL 352.86º 0.78% 0.68% -
HSV(B) 352.86º 0.53% 0.93% -
XYZ 44.38 30.88 23.36 -
YUV 150.38 114.24 189.78 -
System Red Green Blue C M Y K H S L
Decimal 237 111 126 0 0.53 0.47 0.07 352.86 0.78 0.68
Hex ED 6F 7E 0 35 2F 7 161 4E 44
Octal 355 157 176 0 65 57 7 541 116 104
Binary 11101101 1101111 1111110 0 110101 101111 111 101100001 1001110 1000100

Color Harmonies of #ED6F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6F7E

Black with #ED6F7E

Text Example


Text Example

White with #ED6F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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