Html Css Color HEX #ED66FF Pink Flamingo

📋 copy color: '#ED66FF'

red 237 ◦ green 102 ◦ blue 255

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

Shades of Pink Flamingo #ED66FF

Tints of Pink Flamingo #ED66FF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.17%

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

R = 39.9%
G = 17.17%
B = 42.93%

CMYK

 C value IS 0.07

 M value IS 0.6

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED66FF (or 0xED66FF) is known color: Pink Flamingo. HEX triplet: ED, 66 and FF. RGB value is (237,102,255). Sum of RGB (Red+Green+Blue) = 237+102+255=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 102 (40.23% from 255 or 17.17% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED66FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED66FF is #129900. Grayscale: #9F9F9F. Windows color (decimal): -1218817 or 16738029. OLE color: 16738029.

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

Color convert

RGB 237 102 255 -
CMYK 0.07 0.6 0 0
HSL 292.94º 1% 0.7% -
HSV(B) 292.94º 0.6% 1% -
XYZ 57.73 34.73 98.27 -
YUV 159.81 181.73 183.06 -
System Red Green Blue C M Y K H S L
Decimal 237 102 255 0.07 0.6 0 0 292.94 1 0.7
Hex ED 66 FF 7 3C 0 0 125 64 46
Octal 355 146 377 7 74 0 0 445 144 106
Binary 11101101 1100110 11111111 111 111100 0 0 100100101 1100100 1000110

Color Harmonies of #ED66FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED66FF

Black with #ED66FF

Text Example


Text Example

White with #ED66FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED66FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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