Html Css Color HEX #ED4CF5 Pink Flamingo

📋 copy color: '#ED4CF5'

red 237 ◦ green 76 ◦ blue 245

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

Shades of Pink Flamingo #ED4CF5

Tints of Pink Flamingo #ED4CF5

RGB

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

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

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

R = 42.47%
G = 13.62%
B = 43.91%

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

#ED4CF5 (or 0xED4CF5) is known color: Pink Flamingo. HEX triplet: ED, 4C and F5. RGB value is (237,76,245). Sum of RGB (Red+Green+Blue) = 237+76+245=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 76 (30.08% from 255 or 13.62% from 558); Blue value is 245 (96.09% from 255 or 43.91% from 558); Max value from RGB is 245 - color contains mainly: blue. Hex color #ED4CF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED4CF5 is #12B30A. Grayscale: #8E8E8E. Windows color (decimal): -1225483 or 16076013. OLE color: 16076013.

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

Color convert

RGB 237 76 245 -
CMYK 0.03 0.69 0 0.04
HSL 297.16º 0.89% 0.63% -
HSV(B) 297.16º 0.69% 0.96% -
XYZ 53.99 29.77 89.29 -
YUV 143.41 185.34 194.76 -
System Red Green Blue C M Y K H S L
Decimal 237 76 245 0.03 0.69 0 0.04 297.16 0.89 0.63
Hex ED 4C F5 3 45 0 4 129 59 3F
Octal 355 114 365 3 105 0 4 451 131 77
Binary 11101101 1001100 11110101 11 1000101 0 100 100101001 1011001 111111

Color Harmonies of #ED4CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4CF5

Black with #ED4CF5

Text Example


Text Example

White with #ED4CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4CF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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