Html Css Color HEX #ED606B Froly

📋 copy color: '#ED606B'

red 237 ◦ green 96 ◦ blue 107

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

Shades of Froly #ED606B

Tints of Froly #ED606B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.32%

R = 53.86%
G = 21.82%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED606B (or 0xED606B) is known color: Froly. HEX triplet: ED, 60 and 6B. RGB value is (237,96,107). Sum of RGB (Red+Green+Blue) = 237+96+107=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #ED606B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED606B is #129F94. Grayscale: #8B8B8B. Windows color (decimal): -1220501 or 7037165. OLE color: 7037165.

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

Color convert

RGB 237 96 107 -
CMYK 0 0.59 0.55 0.07
HSL 355.32º 0.8% 0.65% -
HSV(B) 355.32º 0.59% 0.93% -
XYZ 41.76 27.43 17 -
YUV 139.41 109.71 197.61 -
System Red Green Blue C M Y K H S L
Decimal 237 96 107 0 0.59 0.55 0.07 355.32 0.8 0.65
Hex ED 60 6B 0 3B 37 7 163 50 41
Octal 355 140 153 0 73 67 7 543 120 101
Binary 11101101 1100000 1101011 0 111011 110111 111 101100011 1010000 1000001

Color Harmonies of #ED606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED606B

Black with #ED606B

Text Example


Text Example

White with #ED606B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED606B; }

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

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

background-color css

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

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

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

border-color css

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

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

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