Html Css Color HEX #ED4CF8 Pink Flamingo

📋 copy color: '#ED4CF8'

red 237 ◦ green 76 ◦ blue 248

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

Shades of Pink Flamingo #ED4CF8

Tints of Pink Flamingo #ED4CF8

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.55%

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

R = 42.25%
G = 13.55%
B = 44.21%

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

#ED4CF8 (or 0xED4CF8) is known color: Pink Flamingo. HEX triplet: ED, 4C and F8. RGB value is (237,76,248). Sum of RGB (Red+Green+Blue) = 237+76+248=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 76 (30.08% from 255 or 13.55% from 561); Blue value is 248 (97.27% from 255 or 44.21% from 561); Max value from RGB is 248 - color contains mainly: blue. Hex color #ED4CF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED4CF8 is #12B307. Grayscale: #8F8F8F. Windows color (decimal): -1225480 or 16272621. OLE color: 16272621.

HSL color Cylindrical-coordinate representation of color #ED4CF8: hue angle of 296.16º 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 #ED4CF8 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 76 248 -
CMYK 0.04 0.69 0 0.03
HSL 296.16º 0.92% 0.64% -
HSV(B) 296.16º 0.69% 0.97% -
XYZ 54.45 29.95 91.72 -
YUV 143.75 186.84 194.51 -
System Red Green Blue C M Y K H S L
Decimal 237 76 248 0.04 0.69 0 0.03 296.16 0.92 0.64
Hex ED 4C F8 4 45 0 3 128 5C 40
Octal 355 114 370 4 105 0 3 450 134 100
Binary 11101101 1001100 11111000 100 1000101 0 11 100101000 1011100 1000000

Color Harmonies of #ED4CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4CF8

Black with #ED4CF8

Text Example


Text Example

White with #ED4CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4CF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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