Html Css Color HEX #ED4FFD Pink Flamingo

📋 copy color: '#ED4FFD'

red 237 ◦ green 79 ◦ blue 253

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

Shades of Pink Flamingo #ED4FFD

Tints of Pink Flamingo #ED4FFD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 13.88%

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

R = 41.65%
G = 13.88%
B = 44.46%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED4FFD (or 0xED4FFD) is known color: Pink Flamingo. HEX triplet: ED, 4F and FD. RGB value is (237,79,253). Sum of RGB (Red+Green+Blue) = 237+79+253=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 79 (31.25% from 255 or 13.88% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED4FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED4FFD is #12B002. Grayscale: #919191. Windows color (decimal): -1224707 or 16601069. OLE color: 16601069.

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

Color convert

RGB 237 79 253 -
CMYK 0.06 0.69 0 0.01
HSL 294.48º 0.98% 0.65% -
HSV(B) 294.48º 0.69% 0.99% -
XYZ 55.45 30.69 95.93 -
YUV 146.08 188.35 192.85 -
System Red Green Blue C M Y K H S L
Decimal 237 79 253 0.06 0.69 0 0.01 294.48 0.98 0.65
Hex ED 4F FD 6 45 0 1 126 62 41
Octal 355 117 375 6 105 0 1 446 142 101
Binary 11101101 1001111 11111101 110 1000101 0 1 100100110 1100010 1000001

Color Harmonies of #ED4FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4FFD

Black with #ED4FFD

Text Example


Text Example

White with #ED4FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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