Html Css Color HEX #EE5FFF Pink Flamingo

📋 copy color: '#EE5FFF'

red 238 ◦ green 95 ◦ blue 255

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

Shades of Pink Flamingo #EE5FFF

Tints of Pink Flamingo #EE5FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.16%

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

R = 40.48%
G = 16.16%
B = 43.37%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE5FFF (or 0xEE5FFF) is known color: Pink Flamingo. HEX triplet: EE, 5F and FF. RGB value is (238,95,255). Sum of RGB (Red+Green+Blue) = 238+95+255=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 95 (37.5% from 255 or 16.16% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE5FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5FFF is #11A000. Grayscale: #9B9B9B. Windows color (decimal): -1155073 or 16736238. OLE color: 16736238.

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

Color convert

RGB 238 95 255 -
CMYK 0.07 0.63 0 0
HSL 293.63º 1% 0.69% -
HSV(B) 293.63º 0.63% 1% -
XYZ 57.4 33.58 98.06 -
YUV 156 183.88 186.49 -
System Red Green Blue C M Y K H S L
Decimal 238 95 255 0.07 0.63 0 0 293.63 1 0.69
Hex EE 5F FF 7 3F 0 0 126 64 45
Octal 356 137 377 7 77 0 0 446 144 105
Binary 11101110 1011111 11111111 111 111111 0 0 100100110 1100100 1000101

Color Harmonies of #EE5FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5FFF

Black with #EE5FFF

Text Example


Text Example

White with #EE5FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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