Html Css Color HEX #ED37F9 Pink Flamingo

📋 copy color: '#ED37F9'

red 237 ◦ green 55 ◦ blue 249

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

Shades of Pink Flamingo #ED37F9

Tints of Pink Flamingo #ED37F9

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.17%

 BLUE value IS 249 (97.66% from 255) = 46.03%

R = 43.81%
G = 10.17%
B = 46.03%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED37F9 (or 0xED37F9) is known color: Pink Flamingo. HEX triplet: ED, 37 and F9. RGB value is (237,55,249). Sum of RGB (Red+Green+Blue) = 237+55+249=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 55 (21.88% from 255 or 10.17% from 541); Blue value is 249 (97.66% from 255 or 46.03% from 541); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED37F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED37F9 is #12C806. Grayscale: #828282. Windows color (decimal): -1230855 or 16332781. OLE color: 16332781.

HSL color Cylindrical-coordinate representation of color #ED37F9: hue angle of 296.29º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED37F9 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 55 249 -
CMYK 0.05 0.78 0 0.02
HSL 296.29º 0.94% 0.6% -
HSV(B) 296.29º 0.78% 0.98% -
XYZ 53.39 27.58 92.13 -
YUV 131.53 194.3 203.23 -
System Red Green Blue C M Y K H S L
Decimal 237 55 249 0.05 0.78 0 0.02 296.29 0.94 0.6
Hex ED 37 F9 5 4E 0 2 128 5E 3C
Octal 355 67 371 5 116 0 2 450 136 74
Binary 11101101 110111 11111001 101 1001110 0 10 100101000 1011110 111100

Color Harmonies of #ED37F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED37F9

Black with #ED37F9

Text Example


Text Example

White with #ED37F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED37F9; }

 p { color: rgb(237,55,249); }

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

background-color css

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

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

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

border-color css

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

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

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