Html Css Color HEX #ED4DF3 Pink Flamingo

📋 copy color: '#ED4DF3'

red 237 ◦ green 77 ◦ blue 243

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

Shades of Pink Flamingo #ED4DF3

Tints of Pink Flamingo #ED4DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.63%

R = 42.55%
G = 13.82%
B = 43.63%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ED4DF3 (or 0xED4DF3) is known color: Pink Flamingo. HEX triplet: ED, 4D and F3. RGB value is (237,77,243). Sum of RGB (Red+Green+Blue) = 237+77+243=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 77 (30.47% from 255 or 13.82% from 557); Blue value is 243 (95.31% from 255 or 43.63% from 557); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED4DF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED4DF3 is #12B20C. Grayscale: #8F8F8F. Windows color (decimal): -1225229 or 15945197. OLE color: 15945197.

HSL color Cylindrical-coordinate representation of color #ED4DF3: hue angle of 297.83º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED4DF3 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 77 243 -
CMYK 0.02 0.68 0 0.05
HSL 297.83º 0.87% 0.63% -
HSV(B) 297.83º 0.68% 0.95% -
XYZ 53.76 29.78 87.71 -
YUV 143.76 184.01 194.5 -
System Red Green Blue C M Y K H S L
Decimal 237 77 243 0.02 0.68 0 0.05 297.83 0.87 0.63
Hex ED 4D F3 2 44 0 5 12A 57 3F
Octal 355 115 363 2 104 0 5 452 127 77
Binary 11101101 1001101 11110011 10 1000100 0 101 100101010 1010111 111111

Color Harmonies of #ED4DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4DF3

Black with #ED4DF3

Text Example


Text Example

White with #ED4DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4DF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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