Html Css Color HEX #EE65F9 Pink Flamingo

📋 copy color: '#EE65F9'

red 238 ◦ green 101 ◦ blue 249

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

Shades of Pink Flamingo #EE65F9

Tints of Pink Flamingo #EE65F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 42.35%

R = 40.48%
G = 17.18%
B = 42.35%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE65F9 (or 0xEE65F9) is known color: Pink Flamingo. HEX triplet: EE, 65 and F9. RGB value is (238,101,249). Sum of RGB (Red+Green+Blue) = 238+101+249=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 101 (39.84% from 255 or 17.18% from 588); Blue value is 249 (97.66% from 255 or 42.35% from 588); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE65F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE65F9 is #119A06. Grayscale: #9E9E9E. Windows color (decimal): -1153543 or 16344558. OLE color: 16344558.

HSL color Cylindrical-coordinate representation of color #EE65F9: hue angle of 295.54º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE65F9 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 101 249 -
CMYK 0.04 0.59 0 0.02
HSL 295.54º 0.93% 0.69% -
HSV(B) 295.54º 0.59% 0.98% -
XYZ 57.01 34.32 93.24 -
YUV 158.84 178.89 184.47 -
System Red Green Blue C M Y K H S L
Decimal 238 101 249 0.04 0.59 0 0.02 295.54 0.93 0.69
Hex EE 65 F9 4 3B 0 2 128 5C 45
Octal 356 145 371 4 73 0 2 450 134 105
Binary 11101110 1100101 11111001 100 111011 0 10 100101000 1011100 1000101

Color Harmonies of #EE65F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE65F9

Black with #EE65F9

Text Example


Text Example

White with #EE65F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE65F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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