Html Css Color HEX #EE65FF Pink Flamingo

📋 copy color: '#EE65FF'

red 238 ◦ green 101 ◦ blue 255

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

Shades of Pink Flamingo #EE65FF

Tints of Pink Flamingo #EE65FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.93%

R = 40.07%
G = 17%
B = 42.93%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE65FF (or 0xEE65FF) is known color: Pink Flamingo. HEX triplet: EE, 65 and FF. RGB value is (238,101,255). Sum of RGB (Red+Green+Blue) = 238+101+255=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 101 (39.84% from 255 or 17.00% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE65FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE65FF is #119A00. Grayscale: #9F9F9F. Windows color (decimal): -1153537 or 16737774. OLE color: 16737774.

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

Color convert

RGB 238 101 255 -
CMYK 0.07 0.60 0 0
HSL 293.38º 1% 0.7% -
HSV(B) 293.38º 0.6% 1% -
XYZ 57.96 34.7 98.25 -
YUV 159.52 181.89 183.98 -
System Red Green Blue C M Y K H S L
Decimal 238 101 255 0.07 0.60 0 0 293.38 1 0.7
Hex EE 65 FF 7 3C 0 0 125 64 46
Octal 356 145 377 7 74 0 0 445 144 106
Binary 11101110 1100101 11111111 111 111100 0 0 100100101 1100100 1000110

Color Harmonies of #EE65FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE65FF

Black with #EE65FF

Text Example


Text Example

White with #EE65FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE65FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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