Html Css Color HEX #ED757A Froly

📋 copy color: '#ED757A'

red 237 ◦ green 117 ◦ blue 122

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

Shades of Froly #ED757A

Tints of Froly #ED757A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.58%

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

R = 49.79%
G = 24.58%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED757A (or 0xED757A) is known color: Froly. HEX triplet: ED, 75 and 7A. RGB value is (237,117,122). Sum of RGB (Red+Green+Blue) = 237+117+122=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED757A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED757A is #128A85. Grayscale: #999999. Windows color (decimal): -1215110 or 8025581. OLE color: 8025581.

HSL color Cylindrical-coordinate representation of color #ED757A: hue angle of 357.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED757A is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 117 122 -
CMYK 0 0.51 0.49 0.07
HSL 357.5º 0.77% 0.69% -
HSV(B) 357.5º 0.51% 0.93% -
XYZ 44.8 32.13 22.25 -
YUV 153.45 110.26 187.59 -
System Red Green Blue C M Y K H S L
Decimal 237 117 122 0 0.51 0.49 0.07 357.5 0.77 0.69
Hex ED 75 7A 0 33 31 7 166 4D 45
Octal 355 165 172 0 63 61 7 546 115 105
Binary 11101101 1110101 1111010 0 110011 110001 111 101100110 1001101 1000101

Color Harmonies of #ED757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED757A

Black with #ED757A

Text Example


Text Example

White with #ED757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED757A; }

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

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

background-color css

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

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

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

border-color css

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

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

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