Html Css Color HEX #ED4CFC Pink Flamingo

📋 copy color: '#ED4CFC'

red 237 ◦ green 76 ◦ blue 252

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

Shades of Pink Flamingo #ED4CFC

Tints of Pink Flamingo #ED4CFC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.45%

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

R = 41.95%
G = 13.45%
B = 44.6%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED4CFC (or 0xED4CFC) is known color: Pink Flamingo. HEX triplet: ED, 4C and FC. RGB value is (237,76,252). Sum of RGB (Red+Green+Blue) = 237+76+252=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 76 (30.08% from 255 or 13.45% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED4CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED4CFC is #12B303. Grayscale: #8F8F8F. Windows color (decimal): -1225476 or 16534765. OLE color: 16534765.

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

Color convert

RGB 237 76 252 -
CMYK 0.06 0.70 0 0.01
HSL 294.89º 0.97% 0.64% -
HSV(B) 294.89º 0.7% 0.99% -
XYZ 55.08 30.2 95.02 -
YUV 144.2 188.84 194.19 -
System Red Green Blue C M Y K H S L
Decimal 237 76 252 0.06 0.70 0 0.01 294.89 0.97 0.64
Hex ED 4C FC 6 46 0 1 127 61 40
Octal 355 114 374 6 106 0 1 447 141 100
Binary 11101101 1001100 11111100 110 1000110 0 1 100100111 1100001 1000000

Color Harmonies of #ED4CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4CFC

Black with #ED4CFC

Text Example


Text Example

White with #ED4CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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