Html Css Color HEX #EE5FF8 Pink Flamingo

📋 copy color: '#EE5FF8'

red 238 ◦ green 95 ◦ blue 248

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

Shades of Pink Flamingo #EE5FF8

Tints of Pink Flamingo #EE5FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.69%

R = 40.96%
G = 16.35%
B = 42.69%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EE5FF8 (or 0xEE5FF8) is known color: Pink Flamingo. HEX triplet: EE, 5F and F8. RGB value is (238,95,248). Sum of RGB (Red+Green+Blue) = 238+95+248=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 95 (37.5% from 255 or 16.35% from 581); Blue value is 248 (97.27% from 255 or 42.69% from 581); Max value from RGB is 248 - color contains mainly: blue. Hex color #EE5FF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5FF8 is #11A007. Grayscale: #9A9A9A. Windows color (decimal): -1155080 or 16277486. OLE color: 16277486.

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

Color convert

RGB 238 95 248 -
CMYK 0.04 0.62 0 0.03
HSL 296.08º 0.92% 0.67% -
HSV(B) 296.08º 0.62% 0.97% -
XYZ 56.3 33.14 92.24 -
YUV 155.2 180.38 187.06 -
System Red Green Blue C M Y K H S L
Decimal 238 95 248 0.04 0.62 0 0.03 296.08 0.92 0.67
Hex EE 5F F8 4 3E 0 3 128 5C 43
Octal 356 137 370 4 76 0 3 450 134 103
Binary 11101110 1011111 11111000 100 111110 0 11 100101000 1011100 1000011

Color Harmonies of #EE5FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5FF8

Black with #EE5FF8

Text Example


Text Example

White with #EE5FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5FF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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