Html Css Color HEX #ED4DFB Pink Flamingo

📋 copy color: '#ED4DFB'

red 237 ◦ green 77 ◦ blue 251

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

Shades of Pink Flamingo #ED4DFB

Tints of Pink Flamingo #ED4DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.63%

 BLUE value IS 251 (98.44% from 255) = 44.42%

R = 41.95%
G = 13.63%
B = 44.42%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED4DFB (or 0xED4DFB) is known color: Pink Flamingo. HEX triplet: ED, 4D and FB. RGB value is (237,77,251). Sum of RGB (Red+Green+Blue) = 237+77+251=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 77 (30.47% from 255 or 13.63% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED4DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED4DFB is #12B204. Grayscale: #909090. Windows color (decimal): -1225221 or 16469485. OLE color: 16469485.

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

Color convert

RGB 237 77 251 -
CMYK 0.06 0.69 0 0.02
HSL 295.17º 0.96% 0.64% -
HSV(B) 295.17º 0.69% 0.98% -
XYZ 54.99 30.28 94.21 -
YUV 144.68 188.01 193.85 -
System Red Green Blue C M Y K H S L
Decimal 237 77 251 0.06 0.69 0 0.02 295.17 0.96 0.64
Hex ED 4D FB 6 45 0 2 127 60 40
Octal 355 115 373 6 105 0 2 447 140 100
Binary 11101101 1001101 11111011 110 1000101 0 10 100100111 1100000 1000000

Color Harmonies of #ED4DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4DFB

Black with #ED4DFB

Text Example


Text Example

White with #ED4DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4DFB; }

 p { color: rgb(237,77,251); }

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

background-color css

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

 a { background-color: rgb(237,77,251); }

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

border-color css

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

 span { border-color: rgb(237,77,251); }

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