Html Css Color HEX #EE5CFF Pink Flamingo

📋 copy color: '#EE5CFF'

red 238 ◦ green 92 ◦ blue 255

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

Shades of Pink Flamingo #EE5CFF

Tints of Pink Flamingo #EE5CFF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 15.73%

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

R = 40.68%
G = 15.73%
B = 43.59%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE5CFF (or 0xEE5CFF) is known color: Pink Flamingo. HEX triplet: EE, 5C and FF. RGB value is (238,92,255). Sum of RGB (Red+Green+Blue) = 238+92+255=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 92 (36.33% from 255 or 15.73% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE5CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5CFF is #11A300. Grayscale: #999999. Windows color (decimal): -1155841 or 16735470. OLE color: 16735470.

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

Color convert

RGB 238 92 255 -
CMYK 0.07 0.64 0 0
HSL 293.74º 1% 0.68% -
HSV(B) 293.74º 0.64% 1% -
XYZ 57.14 33.05 97.98 -
YUV 154.24 184.87 187.75 -
System Red Green Blue C M Y K H S L
Decimal 238 92 255 0.07 0.64 0 0 293.74 1 0.68
Hex EE 5C FF 7 40 0 0 126 64 44
Octal 356 134 377 7 100 0 0 446 144 104
Binary 11101110 1011100 11111111 111 1000000 0 0 100100110 1100100 1000100

Color Harmonies of #EE5CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5CFF

Black with #EE5CFF

Text Example


Text Example

White with #EE5CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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