Html Css Color HEX #EF65EC Pink Flamingo

📋 copy color: '#EF65EC'

red 239 ◦ green 101 ◦ blue 236

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

Shades of Pink Flamingo #EF65EC

Tints of Pink Flamingo #EF65EC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.53%

 BLUE value IS 236 (92.58% from 255) = 40.97%

R = 41.49%
G = 17.53%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF65EC (or 0xEF65EC) is known color: Pink Flamingo. HEX triplet: EF, 65 and EC. RGB value is (239,101,236). Sum of RGB (Red+Green+Blue) = 239+101+236=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 101 (39.84% from 255 or 17.53% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF65EC is #109A13. Grayscale: #9D9D9D. Windows color (decimal): -1088020 or 15492591. OLE color: 15492591.

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

Color convert

RGB 239 101 236 -
CMYK 0 0.58 0.01 0.06
HSL 301.3º 0.81% 0.67% -
HSV(B) 301.3º 0.58% 0.94% -
XYZ 55.39 33.71 82.94 -
YUV 157.65 172.22 186.02 -
System Red Green Blue C M Y K H S L
Decimal 239 101 236 0 0.58 0.01 0.06 301.3 0.81 0.67
Hex EF 65 EC 0 3A 1 6 12D 51 43
Octal 357 145 354 0 72 1 6 455 121 103
Binary 11101111 1100101 11101100 0 111010 1 110 100101101 1010001 1000011

Color Harmonies of #EF65EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF65EC

Black with #EF65EC

Text Example


Text Example

White with #EF65EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF65EC; }

 p { color: rgb(239,101,236); }

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

background-color css

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

 a { background-color: rgb(239,101,236); }

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

border-color css

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

 span { border-color: rgb(239,101,236); }

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