Html Css Color HEX #ED4DF5 Pink Flamingo

📋 copy color: '#ED4DF5'

red 237 ◦ green 77 ◦ blue 245

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

Shades of Pink Flamingo #ED4DF5

Tints of Pink Flamingo #ED4DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 43.83%

R = 42.4%
G = 13.77%
B = 43.83%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ED4DF5 (or 0xED4DF5) is known color: Pink Flamingo. HEX triplet: ED, 4D and F5. RGB value is (237,77,245). Sum of RGB (Red+Green+Blue) = 237+77+245=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 77 (30.47% from 255 or 13.77% from 559); Blue value is 245 (96.09% from 255 or 43.83% from 559); Max value from RGB is 245 - color contains mainly: blue. Hex color #ED4DF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED4DF5 is #12B20A. Grayscale: #8F8F8F. Windows color (decimal): -1225227 or 16076269. OLE color: 16076269.

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

Color convert

RGB 237 77 245 -
CMYK 0.03 0.69 0 0.04
HSL 297.14º 0.89% 0.63% -
HSV(B) 297.14º 0.69% 0.96% -
XYZ 54.06 29.9 89.31 -
YUV 143.99 185.01 194.34 -
System Red Green Blue C M Y K H S L
Decimal 237 77 245 0.03 0.69 0 0.04 297.14 0.89 0.63
Hex ED 4D F5 3 45 0 4 129 59 3F
Octal 355 115 365 3 105 0 4 451 131 77
Binary 11101101 1001101 11110101 11 1000101 0 100 100101001 1011001 111111

Color Harmonies of #ED4DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4DF5

Black with #ED4DF5

Text Example


Text Example

White with #ED4DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4DF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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