Html Css Color HEX #ED4EFF Pink Flamingo

📋 copy color: '#ED4EFF'

red 237 ◦ green 78 ◦ blue 255

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

Shades of Pink Flamingo #ED4EFF

Tints of Pink Flamingo #ED4EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.74%

R = 41.58%
G = 13.68%
B = 44.74%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED4EFF (or 0xED4EFF) is known color: Pink Flamingo. HEX triplet: ED, 4E and FF. RGB value is (237,78,255). Sum of RGB (Red+Green+Blue) = 237+78+255=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 78 (30.86% from 255 or 13.68% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED4EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED4EFF is #12B100. Grayscale: #919191. Windows color (decimal): -1224961 or 16731885. OLE color: 16731885.

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

Color convert

RGB 237 78 255 -
CMYK 0.07 0.69 0 0
HSL 293.9º 1% 0.65% -
HSV(B) 293.9º 0.69% 1% -
XYZ 55.7 30.67 97.59 -
YUV 145.72 189.68 193.11 -
System Red Green Blue C M Y K H S L
Decimal 237 78 255 0.07 0.69 0 0 293.9 1 0.65
Hex ED 4E FF 7 45 0 0 126 64 41
Octal 355 116 377 7 105 0 0 446 144 101
Binary 11101101 1001110 11111111 111 1000101 0 0 100100110 1100100 1000001

Color Harmonies of #ED4EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4EFF

Black with #ED4EFF

Text Example


Text Example

White with #ED4EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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