Html Css Color HEX #ED44FD Pink Flamingo

📋 copy color: '#ED44FD'

red 237 ◦ green 68 ◦ blue 253

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

Shades of Pink Flamingo #ED44FD

Tints of Pink Flamingo #ED44FD

RGB

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

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

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

R = 42.47%
G = 12.19%
B = 45.34%

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

#ED44FD (or 0xED44FD) is known color: Pink Flamingo. HEX triplet: ED, 44 and FD. RGB value is (237,68,253). Sum of RGB (Red+Green+Blue) = 237+68+253=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 68 (26.95% from 255 or 12.19% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED44FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED44FD is #12BB02. Grayscale: #8B8B8B. Windows color (decimal): -1227523 or 16598253. OLE color: 16598253.

HSL color Cylindrical-coordinate representation of color #ED44FD: hue angle of 294.81º degrees, saturation: 0.98, 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 #ED44FD is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 68 253 -
CMYK 0.06 0.73 0 0.01
HSL 294.81º 0.98% 0.63% -
HSV(B) 294.81º 0.73% 0.99% -
XYZ 54.72 29.23 95.69 -
YUV 139.62 191.99 197.46 -
System Red Green Blue C M Y K H S L
Decimal 237 68 253 0.06 0.73 0 0.01 294.81 0.98 0.63
Hex ED 44 FD 6 49 0 1 127 62 3F
Octal 355 104 375 6 111 0 1 447 142 77
Binary 11101101 1000100 11111101 110 1001001 0 1 100100111 1100010 111111

Color Harmonies of #ED44FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED44FD

Black with #ED44FD

Text Example


Text Example

White with #ED44FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED44FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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