Html Css Color HEX #EE5EFB Pink Flamingo

📋 copy color: '#EE5EFB'

red 238 ◦ green 94 ◦ blue 251

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

Shades of Pink Flamingo #EE5EFB

Tints of Pink Flamingo #EE5EFB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.12%

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

R = 40.82%
G = 16.12%
B = 43.05%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE5EFB (or 0xEE5EFB) is known color: Pink Flamingo. HEX triplet: EE, 5E and FB. RGB value is (238,94,251). Sum of RGB (Red+Green+Blue) = 238+94+251=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 94 (37.11% from 255 or 16.12% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE5EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5EFB is #11A104. Grayscale: #9A9A9A. Windows color (decimal): -1155333 or 16473838. OLE color: 16473838.

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

Color convert

RGB 238 94 251 -
CMYK 0.05 0.63 0 0.02
HSL 295.03º 0.95% 0.68% -
HSV(B) 295.03º 0.63% 0.98% -
XYZ 56.68 33.15 94.68 -
YUV 154.95 182.21 187.23 -
System Red Green Blue C M Y K H S L
Decimal 238 94 251 0.05 0.63 0 0.02 295.03 0.95 0.68
Hex EE 5E FB 5 3F 0 2 127 5F 44
Octal 356 136 373 5 77 0 2 447 137 104
Binary 11101110 1011110 11111011 101 111111 0 10 100100111 1011111 1000100

Color Harmonies of #EE5EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5EFB

Black with #EE5EFB

Text Example


Text Example

White with #EE5EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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