Html Css Color HEX #ED4EFB Pink Flamingo

📋 copy color: '#ED4EFB'

red 237 ◦ green 78 ◦ blue 251

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

Shades of Pink Flamingo #ED4EFB

Tints of Pink Flamingo #ED4EFB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 13.78%

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

R = 41.87%
G = 13.78%
B = 44.35%

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

#ED4EFB (or 0xED4EFB) is known color: Pink Flamingo. HEX triplet: ED, 4E and FB. RGB value is (237,78,251). Sum of RGB (Red+Green+Blue) = 237+78+251=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 78 (30.86% from 255 or 13.78% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED4EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED4EFB is #12B104. Grayscale: #909090. Windows color (decimal): -1224965 or 16469741. OLE color: 16469741.

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

Color convert

RGB 237 78 251 -
CMYK 0.06 0.69 0 0.02
HSL 295.14º 0.96% 0.65% -
HSV(B) 295.14º 0.69% 0.98% -
XYZ 55.06 30.42 94.24 -
YUV 145.26 187.68 193.43 -
System Red Green Blue C M Y K H S L
Decimal 237 78 251 0.06 0.69 0 0.02 295.14 0.96 0.65
Hex ED 4E FB 6 45 0 2 127 60 41
Octal 355 116 373 6 105 0 2 447 140 101
Binary 11101101 1001110 11111011 110 1000101 0 10 100100111 1100000 1000001

Color Harmonies of #ED4EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4EFB

Black with #ED4EFB

Text Example


Text Example

White with #ED4EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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