Html Css Color HEX #EE65EE Pink Flamingo

📋 copy color: '#EE65EE'

red 238 ◦ green 101 ◦ blue 238

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

Shades of Pink Flamingo #EE65EE

Tints of Pink Flamingo #EE65EE

RGB

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

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

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

R = 41.25%
G = 17.5%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EE65EE (or 0xEE65EE) is known color: Pink Flamingo. HEX triplet: EE, 65 and EE. RGB value is (238,101,238). Sum of RGB (Red+Green+Blue) = 238+101+238=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 101 (39.84% from 255 or 17.50% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE65EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE65EE is #119A11. Grayscale: #9D9D9D. Windows color (decimal): -1153554 or 15623662. OLE color: 15623662.

HSL color Cylindrical-coordinate representation of color #EE65EE: hue angle of 300º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE65EE is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 101 238 -
CMYK 0 0.58 0 0.07
HSL 300º 0.8% 0.66% -
HSV(B) 300º 0.58% 0.93% -
XYZ 55.35 33.66 84.47 -
YUV 157.58 173.39 185.36 -
System Red Green Blue C M Y K H S L
Decimal 238 101 238 0 0.58 0 0.07 300 0.8 0.66
Hex EE 65 EE 0 3A 0 7 12C 50 42
Octal 356 145 356 0 72 0 7 454 120 102
Binary 11101110 1100101 11101110 0 111010 0 111 100101100 1010000 1000010

Color Harmonies of #EE65EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE65EE

Black with #EE65EE

Text Example


Text Example

White with #EE65EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE65EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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