Html Css Color HEX #ED5DFC Pink Flamingo

📋 copy color: '#ED5DFC'

red 237 ◦ green 93 ◦ blue 252

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

Shades of Pink Flamingo #ED5DFC

Tints of Pink Flamingo #ED5DFC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 15.98%

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

R = 40.72%
G = 15.98%
B = 43.3%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED5DFC (or 0xED5DFC) is known color: Pink Flamingo. HEX triplet: ED, 5D and FC. RGB value is (237,93,252). Sum of RGB (Red+Green+Blue) = 237+93+252=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 93 (36.72% from 255 or 15.98% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED5DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5DFC is #12A203. Grayscale: #999999. Windows color (decimal): -1221124 or 16539117. OLE color: 16539117.

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

Color convert

RGB 237 93 252 -
CMYK 0.06 0.63 0 0.01
HSL 294.34º 0.96% 0.68% -
HSV(B) 294.34º 0.63% 0.99% -
XYZ 56.41 32.86 95.47 -
YUV 154.18 183.21 187.07 -
System Red Green Blue C M Y K H S L
Decimal 237 93 252 0.06 0.63 0 0.01 294.34 0.96 0.68
Hex ED 5D FC 6 3F 0 1 126 60 44
Octal 355 135 374 6 77 0 1 446 140 104
Binary 11101101 1011101 11111100 110 111111 0 1 100100110 1100000 1000100

Color Harmonies of #ED5DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5DFC

Black with #ED5DFC

Text Example


Text Example

White with #ED5DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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