Html Css Color HEX #ED4EF8 Pink Flamingo

📋 copy color: '#ED4EF8'

red 237 ◦ green 78 ◦ blue 248

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

Shades of Pink Flamingo #ED4EF8

Tints of Pink Flamingo #ED4EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 44.05%

R = 42.1%
G = 13.85%
B = 44.05%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ED4EF8 (or 0xED4EF8) is known color: Pink Flamingo. HEX triplet: ED, 4E and F8. RGB value is (237,78,248). Sum of RGB (Red+Green+Blue) = 237+78+248=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 78 (30.86% from 255 or 13.85% from 563); Blue value is 248 (97.27% from 255 or 44.05% from 563); Max value from RGB is 248 - color contains mainly: blue. Hex color #ED4EF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED4EF8 is #12B107. Grayscale: #909090. Windows color (decimal): -1224968 or 16273133. OLE color: 16273133.

HSL color Cylindrical-coordinate representation of color #ED4EF8: hue angle of 296.12º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED4EF8 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 78 248 -
CMYK 0.04 0.69 0 0.03
HSL 296.12º 0.92% 0.64% -
HSV(B) 296.12º 0.69% 0.97% -
XYZ 54.59 30.23 91.76 -
YUV 144.92 186.18 193.68 -
System Red Green Blue C M Y K H S L
Decimal 237 78 248 0.04 0.69 0 0.03 296.12 0.92 0.64
Hex ED 4E F8 4 45 0 3 128 5C 40
Octal 355 116 370 4 105 0 3 450 134 100
Binary 11101101 1001110 11111000 100 1000101 0 11 100101000 1011100 1000000

Color Harmonies of #ED4EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4EF8

Black with #ED4EF8

Text Example


Text Example

White with #ED4EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4EF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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