Html Css Color HEX #ED657A Froly

📋 copy color: '#ED657A'

red 237 ◦ green 101 ◦ blue 122

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

Shades of Froly #ED657A

Tints of Froly #ED657A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.52%

R = 51.52%
G = 21.96%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED657A (or 0xED657A) is known color: Froly. HEX triplet: ED, 65 and 7A. RGB value is (237,101,122). Sum of RGB (Red+Green+Blue) = 237+101+122=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED657A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED657A is #129A85. Grayscale: #909090. Windows color (decimal): -1219206 or 8021485. OLE color: 8021485.

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

Color convert

RGB 237 101 122 -
CMYK 0 0.57 0.49 0.07
HSL 350.74º 0.79% 0.66% -
HSV(B) 350.74º 0.57% 0.93% -
XYZ 43.09 28.72 21.68 -
YUV 144.06 115.56 194.29 -
System Red Green Blue C M Y K H S L
Decimal 237 101 122 0 0.57 0.49 0.07 350.74 0.79 0.66
Hex ED 65 7A 0 39 31 7 15F 4F 42
Octal 355 145 172 0 71 61 7 537 117 102
Binary 11101101 1100101 1111010 0 111001 110001 111 101011111 1001111 1000010

Color Harmonies of #ED657A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED657A

Black with #ED657A

Text Example


Text Example

White with #ED657A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED657A; }

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

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

background-color css

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

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

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

border-color css

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

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

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