Html Css Color HEX #ED4AFC Pink Flamingo

📋 copy color: '#ED4AFC'

red 237 ◦ green 74 ◦ blue 252

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

Shades of Pink Flamingo #ED4AFC

Tints of Pink Flamingo #ED4AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.76%

R = 42.1%
G = 13.14%
B = 44.76%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED4AFC (or 0xED4AFC) is known color: Pink Flamingo. HEX triplet: ED, 4A and FC. RGB value is (237,74,252). Sum of RGB (Red+Green+Blue) = 237+74+252=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 74 (29.30% from 255 or 13.14% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED4AFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED4AFC is #12B503. Grayscale: #8E8E8E. Windows color (decimal): -1225988 or 16534253. OLE color: 16534253.

HSL color Cylindrical-coordinate representation of color #ED4AFC: hue angle of 294.94º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED4AFC is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 74 252 -
CMYK 0.06 0.71 0 0.01
HSL 294.94º 0.97% 0.64% -
HSV(B) 294.94º 0.71% 0.99% -
XYZ 54.94 29.93 94.98 -
YUV 143.03 189.5 195.03 -
System Red Green Blue C M Y K H S L
Decimal 237 74 252 0.06 0.71 0 0.01 294.94 0.97 0.64
Hex ED 4A FC 6 47 0 1 127 61 40
Octal 355 112 374 6 107 0 1 447 141 100
Binary 11101101 1001010 11111100 110 1000111 0 1 100100111 1100001 1000000

Color Harmonies of #ED4AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4AFC

Black with #ED4AFC

Text Example


Text Example

White with #ED4AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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