Html Css Color HEX #ED4AF5 Pink Flamingo

📋 copy color: '#ED4AF5'

red 237 ◦ green 74 ◦ blue 245

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

Shades of Pink Flamingo #ED4AF5

Tints of Pink Flamingo #ED4AF5

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.31%

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

R = 42.63%
G = 13.31%
B = 44.06%

CMYK

 C value IS 0.03

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ED4AF5 (or 0xED4AF5) is known color: Pink Flamingo. HEX triplet: ED, 4A and F5. RGB value is (237,74,245). Sum of RGB (Red+Green+Blue) = 237+74+245=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 74 (29.30% from 255 or 13.31% from 556); Blue value is 245 (96.09% from 255 or 44.06% from 556); Max value from RGB is 245 - color contains mainly: blue. Hex color #ED4AF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED4AF5 is #12B50A. Grayscale: #8D8D8D. Windows color (decimal): -1225995 or 16075501. OLE color: 16075501.

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

Color convert

RGB 237 74 245 -
CMYK 0.03 0.70 0 0.04
HSL 297.19º 0.9% 0.63% -
HSV(B) 297.19º 0.7% 0.96% -
XYZ 53.86 29.49 89.24 -
YUV 142.23 186 195.6 -
System Red Green Blue C M Y K H S L
Decimal 237 74 245 0.03 0.70 0 0.04 297.19 0.9 0.63
Hex ED 4A F5 3 46 0 4 129 5A 3F
Octal 355 112 365 3 106 0 4 451 132 77
Binary 11101101 1001010 11110101 11 1000110 0 100 100101001 1011010 111111

Color Harmonies of #ED4AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4AF5

Black with #ED4AF5

Text Example


Text Example

White with #ED4AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4AF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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