Html Css Color HEX #EE5FF5 Pink Flamingo

📋 copy color: '#EE5FF5'

red 238 ◦ green 95 ◦ blue 245

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

Shades of Pink Flamingo #EE5FF5

Tints of Pink Flamingo #EE5FF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 42.39%

R = 41.18%
G = 16.44%
B = 42.39%

CMYK

 C value IS 0.03

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EE5FF5 (or 0xEE5FF5) is known color: Pink Flamingo. HEX triplet: EE, 5F and F5. RGB value is (238,95,245). Sum of RGB (Red+Green+Blue) = 238+95+245=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 95 (37.5% from 255 or 16.44% from 578); Blue value is 245 (96.09% from 255 or 42.39% from 578); Max value from RGB is 245 - color contains mainly: blue. Hex color #EE5FF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5FF5 is #11A00A. Grayscale: #9A9A9A. Windows color (decimal): -1155083 or 16080878. OLE color: 16080878.

HSL color Cylindrical-coordinate representation of color #EE5FF5: hue angle of 297.2º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE5FF5 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 238 95 245 -
CMYK 0.03 0.61 0 0.04
HSL 297.2º 0.88% 0.67% -
HSV(B) 297.2º 0.61% 0.96% -
XYZ 55.83 32.95 89.8 -
YUV 154.86 178.88 187.3 -
System Red Green Blue C M Y K H S L
Decimal 238 95 245 0.03 0.61 0 0.04 297.2 0.88 0.67
Hex EE 5F F5 3 3D 0 4 129 58 43
Octal 356 137 365 3 75 0 4 451 130 103
Binary 11101110 1011111 11110101 11 111101 0 100 100101001 1011000 1000011

Color Harmonies of #EE5FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5FF5

Black with #EE5FF5

Text Example


Text Example

White with #EE5FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5FF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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