Html Css Color HEX #ED37FD Pink Flamingo

📋 copy color: '#ED37FD'

red 237 ◦ green 55 ◦ blue 253

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

Shades of Pink Flamingo #ED37FD

Tints of Pink Flamingo #ED37FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.42%

R = 43.49%
G = 10.09%
B = 46.42%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED37FD (or 0xED37FD) is known color: Pink Flamingo. HEX triplet: ED, 37 and FD. RGB value is (237,55,253). Sum of RGB (Red+Green+Blue) = 237+55+253=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 55 (21.88% from 255 or 10.09% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED37FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED37FD is #12C802. Grayscale: #838383. Windows color (decimal): -1230851 or 16594925. OLE color: 16594925.

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

Color convert

RGB 237 55 253 -
CMYK 0.06 0.78 0 0.01
HSL 295.15º 0.98% 0.6% -
HSV(B) 295.15º 0.78% 0.99% -
XYZ 54.02 27.83 95.45 -
YUV 131.99 196.3 202.9 -
System Red Green Blue C M Y K H S L
Decimal 237 55 253 0.06 0.78 0 0.01 295.15 0.98 0.6
Hex ED 37 FD 6 4E 0 1 127 62 3C
Octal 355 67 375 6 116 0 1 447 142 74
Binary 11101101 110111 11111101 110 1001110 0 1 100100111 1100010 111100

Color Harmonies of #ED37FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED37FD

Black with #ED37FD

Text Example


Text Example

White with #ED37FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED37FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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