Html Css Color HEX #ED4CFE Pink Flamingo

📋 copy color: '#ED4CFE'

red 237 ◦ green 76 ◦ blue 254

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

Shades of Pink Flamingo #ED4CFE

Tints of Pink Flamingo #ED4CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.8%

R = 41.8%
G = 13.4%
B = 44.8%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED4CFE (or 0xED4CFE) is known color: Pink Flamingo. HEX triplet: ED, 4C and FE. RGB value is (237,76,254). Sum of RGB (Red+Green+Blue) = 237+76+254=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 76 (30.08% from 255 or 13.40% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED4CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED4CFE is #12B301. Grayscale: #8F8F8F. Windows color (decimal): -1225474 or 16665837. OLE color: 16665837.

HSL color Cylindrical-coordinate representation of color #ED4CFE: hue angle of 294.27º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED4CFE is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 76 254 -
CMYK 0.07 0.70 0 0.00
HSL 294.27º 0.99% 0.65% -
HSV(B) 294.27º 0.7% 1% -
XYZ 55.4 30.33 96.7 -
YUV 144.43 189.84 194.03 -
System Red Green Blue C M Y K H S L
Decimal 237 76 254 0.07 0.70 0 0.00 294.27 0.99 0.65
Hex ED 4C FE 7 46 0 0 126 63 41
Octal 355 114 376 7 106 0 0 446 143 101
Binary 11101101 1001100 11111110 111 1000110 0 0 100100110 1100011 1000001

Color Harmonies of #ED4CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4CFE

Black with #ED4CFE

Text Example


Text Example

White with #ED4CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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