Html Css Color HEX #ED66FC Pink Flamingo

📋 copy color: '#ED66FC'

red 237 ◦ green 102 ◦ blue 252

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

Shades of Pink Flamingo #ED66FC

Tints of Pink Flamingo #ED66FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.64%

R = 40.1%
G = 17.26%
B = 42.64%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED66FC (or 0xED66FC) is known color: Pink Flamingo. HEX triplet: ED, 66 and FC. RGB value is (237,102,252). Sum of RGB (Red+Green+Blue) = 237+102+252=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 102 (40.23% from 255 or 17.26% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED66FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED66FC is #129903. Grayscale: #9F9F9F. Windows color (decimal): -1218820 or 16541421. OLE color: 16541421.

HSL color Cylindrical-coordinate representation of color #ED66FC: hue angle of 294º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED66FC is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 102 252 -
CMYK 0.06 0.60 0 0.01
HSL 294º 0.96% 0.69% -
HSV(B) 294º 0.6% 0.99% -
XYZ 57.25 34.54 95.74 -
YUV 159.47 180.23 183.3 -
System Red Green Blue C M Y K H S L
Decimal 237 102 252 0.06 0.60 0 0.01 294 0.96 0.69
Hex ED 66 FC 6 3C 0 1 126 60 45
Octal 355 146 374 6 74 0 1 446 140 105
Binary 11101101 1100110 11111100 110 111100 0 1 100100110 1100000 1000101

Color Harmonies of #ED66FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED66FC

Black with #ED66FC

Text Example


Text Example

White with #ED66FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED66FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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