Html Css Color HEX #ED5151 Flamingo

📋 copy color: '#ED5151'

red 237 ◦ green 81 ◦ blue 81

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

Shades of Flamingo #ED5151

Tints of Flamingo #ED5151

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.3%

 BLUE value IS 81 (32.03% from 255) = 20.3%

R = 59.4%
G = 20.3%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ED5151 (or 0xED5151) is known color: Flamingo. HEX triplet: ED, 51 and 51. RGB value is (237,81,81). Sum of RGB (Red+Green+Blue) = 237+81+81=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5151 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5151 is #12AEAE. Grayscale: #7F7F7F. Windows color (decimal): -1224367 or 5329389. OLE color: 5329389.

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

Color convert

RGB 237 81 81 -
CMYK 0 0.66 0.66 0.07
HSL 0.81% 0.62% -
HSV(B) 0.66% 0.93% -
XYZ 39.35 24.48 10.44 -
YUV 127.64 101.68 206 -
System Red Green Blue C M Y K H S L
Decimal 237 81 81 0 0.66 0.66 0.07 0 0.81 0.62
Hex ED 51 51 0 42 42 7 0 51 3E
Octal 355 121 121 0 102 102 7 0 121 76
Binary 11101101 1010001 1010001 0 1000010 1000010 111 0 1010001 111110

Color Harmonies of #ED5151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5151

Black with #ED5151

Text Example


Text Example

White with #ED5151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5151; }

 p { color: rgb(237,81,81); }

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

background-color css

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

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

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

border-color css

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

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

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