Html Css Color HEX #ED4AFD Pink Flamingo

📋 copy color: '#ED4AFD'

red 237 ◦ green 74 ◦ blue 253

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

Shades of Pink Flamingo #ED4AFD

Tints of Pink Flamingo #ED4AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.86%

R = 42.02%
G = 13.12%
B = 44.86%

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

#ED4AFD (or 0xED4AFD) is known color: Pink Flamingo. HEX triplet: ED, 4A and FD. RGB value is (237,74,253). Sum of RGB (Red+Green+Blue) = 237+74+253=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 74 (29.30% from 255 or 13.12% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED4AFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED4AFD is #12B502. Grayscale: #8E8E8E. Windows color (decimal): -1225987 or 16599789. OLE color: 16599789.

HSL color Cylindrical-coordinate representation of color #ED4AFD: hue angle of 294.64º degrees, saturation: 0.98, 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 #ED4AFD is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 74 253 -
CMYK 0.06 0.71 0 0.01
HSL 294.64º 0.98% 0.64% -
HSV(B) 294.64º 0.71% 0.99% -
XYZ 55.1 29.99 95.81 -
YUV 143.14 190 194.95 -
System Red Green Blue C M Y K H S L
Decimal 237 74 253 0.06 0.71 0 0.01 294.64 0.98 0.64
Hex ED 4A FD 6 47 0 1 127 62 40
Octal 355 112 375 6 107 0 1 447 142 100
Binary 11101101 1001010 11111101 110 1000111 0 1 100100111 1100010 1000000

Color Harmonies of #ED4AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4AFD

Black with #ED4AFD

Text Example


Text Example

White with #ED4AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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