Html Css Color HEX #EE60FF Pink Flamingo

📋 copy color: '#EE60FF'

red 238 ◦ green 96 ◦ blue 255

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

Shades of Pink Flamingo #EE60FF

Tints of Pink Flamingo #EE60FF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.3%

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

R = 40.41%
G = 16.3%
B = 43.29%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE60FF (or 0xEE60FF) is known color: Pink Flamingo. HEX triplet: EE, 60 and FF. RGB value is (238,96,255). Sum of RGB (Red+Green+Blue) = 238+96+255=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 96 (37.89% from 255 or 16.30% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE60FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE60FF is #119F00. Grayscale: #9C9C9C. Windows color (decimal): -1154817 or 16736494. OLE color: 16736494.

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

Color convert

RGB 238 96 255 -
CMYK 0.07 0.62 0 0
HSL 293.58º 1% 0.69% -
HSV(B) 293.58º 0.62% 1% -
XYZ 57.49 33.76 98.09 -
YUV 156.58 183.54 186.07 -
System Red Green Blue C M Y K H S L
Decimal 238 96 255 0.07 0.62 0 0 293.58 1 0.69
Hex EE 60 FF 7 3E 0 0 126 64 45
Octal 356 140 377 7 76 0 0 446 144 105
Binary 11101110 1100000 11111111 111 111110 0 0 100100110 1100100 1000101

Color Harmonies of #EE60FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE60FF

Black with #EE60FF

Text Example


Text Example

White with #EE60FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE60FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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