Html Css Color HEX #ED62F9 Pink Flamingo

📋 copy color: '#ED62F9'

red 237 ◦ green 98 ◦ blue 249

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

Shades of Pink Flamingo #ED62F9

Tints of Pink Flamingo #ED62F9

RGB

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

 GREEN value IS 98 (38.67% from 255) = 16.78%

 BLUE value IS 249 (97.66% from 255) = 42.64%

R = 40.58%
G = 16.78%
B = 42.64%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED62F9 (or 0xED62F9) is known color: Pink Flamingo. HEX triplet: ED, 62 and F9. RGB value is (237,98,249). Sum of RGB (Red+Green+Blue) = 237+98+249=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 98 (38.67% from 255 or 16.78% from 584); Blue value is 249 (97.66% from 255 or 42.64% from 584); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED62F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED62F9 is #129D06. Grayscale: #9C9C9C. Windows color (decimal): -1219847 or 16343789. OLE color: 16343789.

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

Color convert

RGB 237 98 249 -
CMYK 0.05 0.61 0 0.02
HSL 295.23º 0.93% 0.68% -
HSV(B) 295.23º 0.61% 0.98% -
XYZ 56.39 33.58 93.13 -
YUV 156.78 180.05 185.22 -
System Red Green Blue C M Y K H S L
Decimal 237 98 249 0.05 0.61 0 0.02 295.23 0.93 0.68
Hex ED 62 F9 5 3D 0 2 127 5D 44
Octal 355 142 371 5 75 0 2 447 135 104
Binary 11101101 1100010 11111001 101 111101 0 10 100100111 1011101 1000100

Color Harmonies of #ED62F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED62F9

Black with #ED62F9

Text Example


Text Example

White with #ED62F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED62F9; }

 p { color: rgb(237,98,249); }

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

background-color css

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

 a { background-color: rgb(237,98,249); }

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

border-color css

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

 span { border-color: rgb(237,98,249); }

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