Html Css Color HEX #EE65FE Pink Flamingo

📋 copy color: '#EE65FE'

red 238 ◦ green 101 ◦ blue 254

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

Shades of Pink Flamingo #EE65FE

Tints of Pink Flamingo #EE65FE

RGB

 RED value IS 238 (93.36% from 255) = 40.13%

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

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

R = 40.13%
G = 17.03%
B = 42.83%

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

#EE65FE (or 0xEE65FE) is known color: Pink Flamingo. HEX triplet: EE, 65 and FE. RGB value is (238,101,254). Sum of RGB (Red+Green+Blue) = 238+101+254=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 101 (39.84% from 255 or 17.03% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE65FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE65FE is #119A01. Grayscale: #9E9E9E. Windows color (decimal): -1153538 or 16672238. OLE color: 16672238.

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

Color convert

RGB 238 101 254 -
CMYK 0.06 0.60 0 0.00
HSL 293.73º 0.99% 0.7% -
HSV(B) 293.73º 0.6% 1% -
XYZ 57.8 34.64 97.41 -
YUV 159.41 181.39 184.06 -
System Red Green Blue C M Y K H S L
Decimal 238 101 254 0.06 0.60 0 0.00 293.73 0.99 0.7
Hex EE 65 FE 6 3C 0 0 126 63 46
Octal 356 145 376 6 74 0 0 446 143 106
Binary 11101110 1100101 11111110 110 111100 0 0 100100110 1100011 1000110

Color Harmonies of #EE65FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE65FE

Black with #EE65FE

Text Example


Text Example

White with #EE65FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE65FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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