Html Css Color HEX #ED7180 Froly

📋 copy color: '#ED7180'

red 237 ◦ green 113 ◦ blue 128

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

Shades of Froly #ED7180

Tints of Froly #ED7180

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.64%

 BLUE value IS 128 (50.39% from 255) = 26.78%

R = 49.58%
G = 23.64%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED7180 (or 0xED7180) is known color: Froly. HEX triplet: ED, 71 and 80. RGB value is (237,113,128). Sum of RGB (Red+Green+Blue) = 237+113+128=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7180 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7180 is #128E7F. Grayscale: #979797. Windows color (decimal): -1216128 or 8417773. OLE color: 8417773.

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

Color convert

RGB 237 113 128 -
CMYK 0 0.52 0.46 0.07
HSL 352.74º 0.78% 0.69% -
HSV(B) 352.74º 0.52% 0.93% -
XYZ 44.73 31.37 24.12 -
YUV 151.79 114.58 188.78 -
System Red Green Blue C M Y K H S L
Decimal 237 113 128 0 0.52 0.46 0.07 352.74 0.78 0.69
Hex ED 71 80 0 34 2E 7 161 4E 45
Octal 355 161 200 0 64 56 7 541 116 105
Binary 11101101 1110001 10000000 0 110100 101110 111 101100001 1001110 1000101

Color Harmonies of #ED7180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7180

Black with #ED7180

Text Example


Text Example

White with #ED7180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7180; }

 p { color: rgb(237,113,128); }

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

background-color css

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

 a { background-color: rgb(237,113,128); }

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

border-color css

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

 span { border-color: rgb(237,113,128); }

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