Html Css Color HEX #EF65EE Pink Flamingo

📋 copy color: '#EF65EE'

red 239 ◦ green 101 ◦ blue 238

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

Shades of Pink Flamingo #EF65EE

Tints of Pink Flamingo #EF65EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.18%

R = 41.35%
G = 17.47%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EF65EE (or 0xEF65EE) is known color: Pink Flamingo. HEX triplet: EF, 65 and EE. RGB value is (239,101,238). Sum of RGB (Red+Green+Blue) = 239+101+238=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 101 (39.84% from 255 or 17.47% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF65EE is #109A11. Grayscale: #9D9D9D. Windows color (decimal): -1088018 or 15623663. OLE color: 15623663.

HSL color Cylindrical-coordinate representation of color #EF65EE: hue angle of 300.43º 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 #EF65EE is Cyan = 0, Magento = 0.58, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 101 238 -
CMYK 0 0.58 0.00 0.06
HSL 300.43º 0.81% 0.67% -
HSV(B) 300.43º 0.58% 0.94% -
XYZ 55.68 33.83 84.48 -
YUV 157.88 173.22 185.86 -
System Red Green Blue C M Y K H S L
Decimal 239 101 238 0 0.58 0.00 0.06 300.43 0.81 0.67
Hex EF 65 EE 0 3A 0 6 12C 51 43
Octal 357 145 356 0 72 0 6 454 121 103
Binary 11101111 1100101 11101110 0 111010 0 110 100101100 1010001 1000011

Color Harmonies of #EF65EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF65EE

Black with #EF65EE

Text Example


Text Example

White with #EF65EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF65EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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