Html Css Color HEX #ED40FC Pink Flamingo

📋 copy color: '#ED40FC'

red 237 ◦ green 64 ◦ blue 252

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

Shades of Pink Flamingo #ED40FC

Tints of Pink Flamingo #ED40FC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.57%

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

R = 42.86%
G = 11.57%
B = 45.57%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED40FC (or 0xED40FC) is known color: Pink Flamingo. HEX triplet: ED, 40 and FC. RGB value is (237,64,252). Sum of RGB (Red+Green+Blue) = 237+64+252=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 64 (25.39% from 255 or 11.57% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED40FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED40FC is #12BF03. Grayscale: #888888. Windows color (decimal): -1228548 or 16531693. OLE color: 16531693.

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

Color convert

RGB 237 64 252 -
CMYK 0.06 0.75 0 0.01
HSL 295.21º 0.97% 0.62% -
HSV(B) 295.21º 0.75% 0.99% -
XYZ 54.33 28.7 94.77 -
YUV 137.16 192.81 199.21 -
System Red Green Blue C M Y K H S L
Decimal 237 64 252 0.06 0.75 0 0.01 295.21 0.97 0.62
Hex ED 40 FC 6 4B 0 1 127 61 3E
Octal 355 100 374 6 113 0 1 447 141 76
Binary 11101101 1000000 11111100 110 1001011 0 1 100100111 1100001 111110

Color Harmonies of #ED40FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED40FC

Black with #ED40FC

Text Example


Text Example

White with #ED40FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED40FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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