Html Css Color HEX #ED4CFD Pink Flamingo

📋 copy color: '#ED4CFD'

red 237 ◦ green 76 ◦ blue 253

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

Shades of Pink Flamingo #ED4CFD

Tints of Pink Flamingo #ED4CFD

RGB

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

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

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

R = 41.87%
G = 13.43%
B = 44.7%

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

#ED4CFD (or 0xED4CFD) is known color: Pink Flamingo. HEX triplet: ED, 4C and FD. RGB value is (237,76,253). Sum of RGB (Red+Green+Blue) = 237+76+253=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 76 (30.08% from 255 or 13.43% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED4CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED4CFD is #12B302. Grayscale: #8F8F8F. Windows color (decimal): -1225475 or 16600301. OLE color: 16600301.

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

Color convert

RGB 237 76 253 -
CMYK 0.06 0.70 0 0.01
HSL 294.58º 0.98% 0.65% -
HSV(B) 294.58º 0.7% 0.99% -
XYZ 55.24 30.27 95.86 -
YUV 144.32 189.34 194.11 -
System Red Green Blue C M Y K H S L
Decimal 237 76 253 0.06 0.70 0 0.01 294.58 0.98 0.65
Hex ED 4C FD 6 46 0 1 127 62 41
Octal 355 114 375 6 106 0 1 447 142 101
Binary 11101101 1001100 11111101 110 1000110 0 1 100100111 1100010 1000001

Color Harmonies of #ED4CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4CFD

Black with #ED4CFD

Text Example


Text Example

White with #ED4CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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