Html Css Color HEX #EE5AFB Pink Flamingo

📋 copy color: '#EE5AFB'

red 238 ◦ green 90 ◦ blue 251

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

Shades of Pink Flamingo #EE5AFB

Tints of Pink Flamingo #EE5AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.54%

 BLUE value IS 251 (98.44% from 255) = 43.35%

R = 41.11%
G = 15.54%
B = 43.35%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE5AFB (or 0xEE5AFB) is known color: Pink Flamingo. HEX triplet: EE, 5A and FB. RGB value is (238,90,251). Sum of RGB (Red+Green+Blue) = 238+90+251=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 90 (35.55% from 255 or 15.54% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE5AFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5AFB is #11A504. Grayscale: #989898. Windows color (decimal): -1156357 or 16472814. OLE color: 16472814.

HSL color Cylindrical-coordinate representation of color #EE5AFB: hue angle of 295.16º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE5AFB is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 90 251 -
CMYK 0.05 0.64 0 0.02
HSL 295.16º 0.95% 0.67% -
HSV(B) 295.16º 0.64% 0.98% -
XYZ 56.33 32.45 94.56 -
YUV 152.61 183.53 188.91 -
System Red Green Blue C M Y K H S L
Decimal 238 90 251 0.05 0.64 0 0.02 295.16 0.95 0.67
Hex EE 5A FB 5 40 0 2 127 5F 43
Octal 356 132 373 5 100 0 2 447 137 103
Binary 11101110 1011010 11111011 101 1000000 0 10 100100111 1011111 1000011

Color Harmonies of #EE5AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5AFB

Black with #EE5AFB

Text Example


Text Example

White with #EE5AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5AFB; }

 p { color: rgb(238,90,251); }

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

background-color css

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

 a { background-color: rgb(238,90,251); }

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

border-color css

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

 span { border-color: rgb(238,90,251); }

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