Html Css Color HEX #ED606E Froly

📋 copy color: '#ED606E'

red 237 ◦ green 96 ◦ blue 110

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

Shades of Froly #ED606E

Tints of Froly #ED606E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.67%

 BLUE value IS 110 (43.36% from 255) = 24.83%

R = 53.5%
G = 21.67%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED606E (or 0xED606E) is known color: Froly. HEX triplet: ED, 60 and 6E. RGB value is (237,96,110). Sum of RGB (Red+Green+Blue) = 237+96+110=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED606E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED606E is #129F91. Grayscale: #8B8B8B. Windows color (decimal): -1220498 or 7233773. OLE color: 7233773.

HSL color Cylindrical-coordinate representation of color #ED606E: hue angle of 354.04º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED606E is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 96 110 -
CMYK 0 0.59 0.54 0.07
HSL 354.04º 0.8% 0.65% -
HSV(B) 354.04º 0.59% 0.93% -
XYZ 41.92 27.5 17.85 -
YUV 139.76 111.21 197.36 -
System Red Green Blue C M Y K H S L
Decimal 237 96 110 0 0.59 0.54 0.07 354.04 0.8 0.65
Hex ED 60 6E 0 3B 36 7 162 50 41
Octal 355 140 156 0 73 66 7 542 120 101
Binary 11101101 1100000 1101110 0 111011 110110 111 101100010 1010000 1000001

Color Harmonies of #ED606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED606E

Black with #ED606E

Text Example


Text Example

White with #ED606E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED606E; }

 p { color: rgb(237,96,110); }

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

background-color css

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

 a { background-color: rgb(237,96,110); }

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

border-color css

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

 span { border-color: rgb(237,96,110); }

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