Html Css Color HEX #EF65FE Pink Flamingo

📋 copy color: '#EF65FE'

red 239 ◦ green 101 ◦ blue 254

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

Shades of Pink Flamingo #EF65FE

Tints of Pink Flamingo #EF65FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.76%

R = 40.24%
G = 17%
B = 42.76%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF65FE (or 0xEF65FE) is known color: Pink Flamingo. HEX triplet: EF, 65 and FE. RGB value is (239,101,254). Sum of RGB (Red+Green+Blue) = 239+101+254=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 101 (39.84% from 255 or 17.00% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF65FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF65FE is #109A01. Grayscale: #9F9F9F. Windows color (decimal): -1088002 or 16672239. OLE color: 16672239.

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

Color convert

RGB 239 101 254 -
CMYK 0.06 0.60 0 0.00
HSL 294.12º 0.99% 0.7% -
HSV(B) 294.12º 0.6% 1% -
XYZ 58.14 34.81 97.42 -
YUV 159.7 181.22 184.56 -
System Red Green Blue C M Y K H S L
Decimal 239 101 254 0.06 0.60 0 0.00 294.12 0.99 0.7
Hex EF 65 FE 6 3C 0 0 126 63 46
Octal 357 145 376 6 74 0 0 446 143 106
Binary 11101111 1100101 11111110 110 111100 0 0 100100110 1100011 1000110

Color Harmonies of #EF65FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF65FE

Black with #EF65FE

Text Example


Text Example

White with #EF65FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF65FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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