Html Css Color HEX #ED7A7D Froly

📋 copy color: '#ED7A7D'

red 237 ◦ green 122 ◦ blue 125

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

Shades of Froly #ED7A7D

Tints of Froly #ED7A7D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.21%

 BLUE value IS 125 (49.22% from 255) = 25.83%

R = 48.97%
G = 25.21%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED7A7D (or 0xED7A7D) is known color: Froly. HEX triplet: ED, 7A and 7D. RGB value is (237,122,125). Sum of RGB (Red+Green+Blue) = 237+122+125=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7A7D is #128582. Grayscale: #9C9C9C. Windows color (decimal): -1213827 or 8223469. OLE color: 8223469.

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

Color convert

RGB 237 122 125 -
CMYK 0 0.49 0.47 0.07
HSL 358.43º 0.76% 0.7% -
HSV(B) 358.43º 0.49% 0.93% -
XYZ 45.59 33.4 23.45 -
YUV 156.73 110.1 185.26 -
System Red Green Blue C M Y K H S L
Decimal 237 122 125 0 0.49 0.47 0.07 358.43 0.76 0.7
Hex ED 7A 7D 0 31 2F 7 166 4C 46
Octal 355 172 175 0 61 57 7 546 114 106
Binary 11101101 1111010 1111101 0 110001 101111 111 101100110 1001100 1000110

Color Harmonies of #ED7A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7A7D

Black with #ED7A7D

Text Example


Text Example

White with #ED7A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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