Html Css Color HEX #ED62FF Pink Flamingo

📋 copy color: '#ED62FF'

red 237 ◦ green 98 ◦ blue 255

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

Shades of Pink Flamingo #ED62FF

Tints of Pink Flamingo #ED62FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.22%

R = 40.17%
G = 16.61%
B = 43.22%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED62FF (or 0xED62FF) is known color: Pink Flamingo. HEX triplet: ED, 62 and FF. RGB value is (237,98,255). Sum of RGB (Red+Green+Blue) = 237+98+255=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 98 (38.67% from 255 or 16.61% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED62FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED62FF is #129D00. Grayscale: #9C9C9C. Windows color (decimal): -1219841 or 16737005. OLE color: 16737005.

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

Color convert

RGB 237 98 255 -
CMYK 0.07 0.62 0 0
HSL 293.12º 1% 0.69% -
HSV(B) 293.12º 0.62% 1% -
XYZ 57.34 33.96 98.14 -
YUV 157.46 183.05 184.73 -
System Red Green Blue C M Y K H S L
Decimal 237 98 255 0.07 0.62 0 0 293.12 1 0.69
Hex ED 62 FF 7 3E 0 0 125 64 45
Octal 355 142 377 7 76 0 0 445 144 105
Binary 11101101 1100010 11111111 111 111110 0 0 100100101 1100100 1000101

Color Harmonies of #ED62FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED62FF

Black with #ED62FF

Text Example


Text Example

White with #ED62FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED62FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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