Html Css Color HEX #ED63EF Pink Flamingo

📋 copy color: '#ED63EF'

red 237 ◦ green 99 ◦ blue 239

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

Shades of Pink Flamingo #ED63EF

Tints of Pink Flamingo #ED63EF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.22%

 BLUE value IS 239 (93.75% from 255) = 41.57%

R = 41.22%
G = 17.22%
B = 41.57%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED63EF (or 0xED63EF) is known color: Pink Flamingo. HEX triplet: ED, 63 and EF. RGB value is (237,99,239). Sum of RGB (Red+Green+Blue) = 237+99+239=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 99 (39.06% from 255 or 17.22% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED63EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED63EF is #129C10. Grayscale: #9B9B9B. Windows color (decimal): -1219601 or 15688685. OLE color: 15688685.

HSL color Cylindrical-coordinate representation of color #ED63EF: hue angle of 299.14º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED63EF is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 99 239 -
CMYK 0.01 0.59 0 0.06
HSL 299.14º 0.81% 0.66% -
HSV(B) 299.14º 0.59% 0.94% -
XYZ 54.97 33.16 85.16 -
YUV 156.22 174.72 185.62 -
System Red Green Blue C M Y K H S L
Decimal 237 99 239 0.01 0.59 0 0.06 299.14 0.81 0.66
Hex ED 63 EF 1 3B 0 6 12B 51 42
Octal 355 143 357 1 73 0 6 453 121 102
Binary 11101101 1100011 11101111 1 111011 0 110 100101011 1010001 1000010

Color Harmonies of #ED63EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED63EF

Black with #ED63EF

Text Example


Text Example

White with #ED63EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED63EF; }

 p { color: rgb(237,99,239); }

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

background-color css

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

 a { background-color: rgb(237,99,239); }

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

border-color css

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

 span { border-color: rgb(237,99,239); }

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