Html Css Color HEX #ED36FB Pink Flamingo

📋 copy color: '#ED36FB'

red 237 ◦ green 54 ◦ blue 251

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

Shades of Pink Flamingo #ED36FB

Tints of Pink Flamingo #ED36FB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 9.96%

 BLUE value IS 251 (98.44% from 255) = 46.31%

R = 43.73%
G = 9.96%
B = 46.31%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED36FB (or 0xED36FB) is known color: Pink Flamingo. HEX triplet: ED, 36 and FB. RGB value is (237,54,251). Sum of RGB (Red+Green+Blue) = 237+54+251=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 54 (21.48% from 255 or 9.96% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED36FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED36FB is #12C904. Grayscale: #828282. Windows color (decimal): -1231109 or 16463597. OLE color: 16463597.

HSL color Cylindrical-coordinate representation of color #ED36FB: hue angle of 295.74º degrees, saturation: 0.96, 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 #ED36FB is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 54 251 -
CMYK 0.06 0.78 0 0.02
HSL 295.74º 0.96% 0.6% -
HSV(B) 295.74º 0.78% 0.98% -
XYZ 53.66 27.61 93.77 -
YUV 131.18 195.63 203.48 -
System Red Green Blue C M Y K H S L
Decimal 237 54 251 0.06 0.78 0 0.02 295.74 0.96 0.6
Hex ED 36 FB 6 4E 0 2 128 60 3C
Octal 355 66 373 6 116 0 2 450 140 74
Binary 11101101 110110 11111011 110 1001110 0 10 100101000 1100000 111100

Color Harmonies of #ED36FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED36FB

Black with #ED36FB

Text Example


Text Example

White with #ED36FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED36FB; }

 p { color: rgb(237,54,251); }

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

background-color css

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

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

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

border-color css

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

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

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