Html Css Color HEX #ED62FE Pink Flamingo

📋 copy color: '#ED62FE'

red 237 ◦ green 98 ◦ blue 254

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

Shades of Pink Flamingo #ED62FE

Tints of Pink Flamingo #ED62FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.12%

R = 40.24%
G = 16.64%
B = 43.12%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED62FE (or 0xED62FE) is known color: Pink Flamingo. HEX triplet: ED, 62 and FE. RGB value is (237,98,254). Sum of RGB (Red+Green+Blue) = 237+98+254=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 98 (38.67% from 255 or 16.64% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED62FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED62FE is #129D01. Grayscale: #9C9C9C. Windows color (decimal): -1219842 or 16671469. OLE color: 16671469.

HSL color Cylindrical-coordinate representation of color #ED62FE: hue angle of 293.46º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED62FE is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 98 254 -
CMYK 0.07 0.61 0 0.00
HSL 293.46º 0.99% 0.69% -
HSV(B) 293.46º 0.61% 1% -
XYZ 57.18 33.9 97.29 -
YUV 157.35 182.55 184.82 -
System Red Green Blue C M Y K H S L
Decimal 237 98 254 0.07 0.61 0 0.00 293.46 0.99 0.69
Hex ED 62 FE 7 3D 0 0 125 63 45
Octal 355 142 376 7 75 0 0 445 143 105
Binary 11101101 1100010 11111110 111 111101 0 0 100100101 1100011 1000101

Color Harmonies of #ED62FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED62FE

Black with #ED62FE

Text Example


Text Example

White with #ED62FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED62FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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