Html Css Color HEX #ED44FC Pink Flamingo

📋 copy color: '#ED44FC'

red 237 ◦ green 68 ◦ blue 252

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

Shades of Pink Flamingo #ED44FC

Tints of Pink Flamingo #ED44FC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 12.21%

 BLUE value IS 252 (98.83% from 255) = 45.24%

R = 42.55%
G = 12.21%
B = 45.24%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED44FC (or 0xED44FC) is known color: Pink Flamingo. HEX triplet: ED, 44 and FC. RGB value is (237,68,252). Sum of RGB (Red+Green+Blue) = 237+68+252=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 68 (26.95% from 255 or 12.21% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED44FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED44FC is #12BB03. Grayscale: #8A8A8A. Windows color (decimal): -1227524 or 16532717. OLE color: 16532717.

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

Color convert

RGB 237 68 252 -
CMYK 0.06 0.73 0 0.01
HSL 295.11º 0.97% 0.63% -
HSV(B) 295.11º 0.73% 0.99% -
XYZ 54.56 29.17 94.85 -
YUV 139.51 191.49 197.54 -
System Red Green Blue C M Y K H S L
Decimal 237 68 252 0.06 0.73 0 0.01 295.11 0.97 0.63
Hex ED 44 FC 6 49 0 1 127 61 3F
Octal 355 104 374 6 111 0 1 447 141 77
Binary 11101101 1000100 11111100 110 1001001 0 1 100100111 1100001 111111

Color Harmonies of #ED44FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED44FC

Black with #ED44FC

Text Example


Text Example

White with #ED44FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED44FC; }

 p { color: rgb(237,68,252); }

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

background-color css

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

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

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

border-color css

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

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

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