Html Css Color HEX #EF66ED Pink Flamingo

📋 copy color: '#EF66ED'

red 239 ◦ green 102 ◦ blue 237

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

Shades of Pink Flamingo #EF66ED

Tints of Pink Flamingo #EF66ED

RGB

 RED value IS 239 (93.75% from 255) = 41.35%

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

 BLUE value IS 237 (92.97% from 255) = 41%

R = 41.35%
G = 17.65%
B = 41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF66ED (or 0xEF66ED) is known color: Pink Flamingo. HEX triplet: EF, 66 and ED. RGB value is (239,102,237). Sum of RGB (Red+Green+Blue) = 239+102+237=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 102 (40.23% from 255 or 17.65% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EF66ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF66ED is #109912. Grayscale: #9D9D9D. Windows color (decimal): -1087763 or 15558383. OLE color: 15558383.

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

Color convert

RGB 239 102 237 -
CMYK 0 0.57 0.01 0.06
HSL 300.88º 0.81% 0.67% -
HSV(B) 300.88º 0.57% 0.94% -
XYZ 55.63 33.97 83.74 -
YUV 158.35 172.39 185.52 -
System Red Green Blue C M Y K H S L
Decimal 239 102 237 0 0.57 0.01 0.06 300.88 0.81 0.67
Hex EF 66 ED 0 39 1 6 12D 51 43
Octal 357 146 355 0 71 1 6 455 121 103
Binary 11101111 1100110 11101101 0 111001 1 110 100101101 1010001 1000011

Color Harmonies of #EF66ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF66ED

Black with #EF66ED

Text Example


Text Example

White with #EF66ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF66ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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