Html Css Color HEX #ED66F4 Pink Flamingo

📋 copy color: '#ED66F4'

red 237 ◦ green 102 ◦ blue 244

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

Shades of Pink Flamingo #ED66F4

Tints of Pink Flamingo #ED66F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 41.85%

R = 40.65%
G = 17.5%
B = 41.85%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ED66F4 (or 0xED66F4) is known color: Pink Flamingo. HEX triplet: ED, 66 and F4. RGB value is (237,102,244). Sum of RGB (Red+Green+Blue) = 237+102+244=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 102 (40.23% from 255 or 17.50% from 583); Blue value is 244 (95.70% from 255 or 41.85% from 583); Max value from RGB is 244 - color contains mainly: blue. Hex color #ED66F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED66F4 is #12990B. Grayscale: #9E9E9E. Windows color (decimal): -1218828 or 16017133. OLE color: 16017133.

HSL color Cylindrical-coordinate representation of color #ED66F4: hue angle of 297.04º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED66F4 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 102 244 -
CMYK 0.03 0.58 0 0.04
HSL 297.04º 0.87% 0.68% -
HSV(B) 297.04º 0.58% 0.96% -
XYZ 56.01 34.04 89.21 -
YUV 158.55 176.23 183.95 -
System Red Green Blue C M Y K H S L
Decimal 237 102 244 0.03 0.58 0 0.04 297.04 0.87 0.68
Hex ED 66 F4 3 3A 0 4 129 57 44
Octal 355 146 364 3 72 0 4 451 127 104
Binary 11101101 1100110 11110100 11 111010 0 100 100101001 1010111 1000100

Color Harmonies of #ED66F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED66F4

Black with #ED66F4

Text Example


Text Example

White with #ED66F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED66F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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