Html Css Color HEX #ED657B Froly

📋 copy color: '#ED657B'

red 237 ◦ green 101 ◦ blue 123

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

Shades of Froly #ED657B

Tints of Froly #ED657B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.91%

 BLUE value IS 123 (48.44% from 255) = 26.68%

R = 51.41%
G = 21.91%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED657B (or 0xED657B) is known color: Froly. HEX triplet: ED, 65 and 7B. RGB value is (237,101,123). Sum of RGB (Red+Green+Blue) = 237+101+123=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED657B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED657B is #129A84. Grayscale: #909090. Windows color (decimal): -1219205 or 8087021. OLE color: 8087021.

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

Color convert

RGB 237 101 123 -
CMYK 0 0.57 0.48 0.07
HSL 350.29º 0.79% 0.66% -
HSV(B) 350.29º 0.57% 0.93% -
XYZ 43.15 28.74 22.01 -
YUV 144.17 116.06 194.21 -
System Red Green Blue C M Y K H S L
Decimal 237 101 123 0 0.57 0.48 0.07 350.29 0.79 0.66
Hex ED 65 7B 0 39 30 7 15E 4F 42
Octal 355 145 173 0 71 60 7 536 117 102
Binary 11101101 1100101 1111011 0 111001 110000 111 101011110 1001111 1000010

Color Harmonies of #ED657B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED657B

Black with #ED657B

Text Example


Text Example

White with #ED657B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED657B; }

 p { color: rgb(237,101,123); }

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

background-color css

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

 a { background-color: rgb(237,101,123); }

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

border-color css

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

 span { border-color: rgb(237,101,123); }

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