Html Css Color HEX #EE5CFB Pink Flamingo

📋 copy color: '#EE5CFB'

red 238 ◦ green 92 ◦ blue 251

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

Shades of Pink Flamingo #EE5CFB

Tints of Pink Flamingo #EE5CFB

RGB

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

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

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

R = 40.96%
G = 15.83%
B = 43.2%

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

#EE5CFB (or 0xEE5CFB) is known color: Pink Flamingo. HEX triplet: EE, 5C and FB. RGB value is (238,92,251). Sum of RGB (Red+Green+Blue) = 238+92+251=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 92 (36.33% from 255 or 15.83% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE5CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5CFB is #11A304. Grayscale: #999999. Windows color (decimal): -1155845 or 16473326. OLE color: 16473326.

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

Color convert

RGB 238 92 251 -
CMYK 0.05 0.63 0 0.02
HSL 295.09º 0.95% 0.67% -
HSV(B) 295.09º 0.63% 0.98% -
XYZ 56.5 32.8 94.62 -
YUV 153.78 182.87 188.07 -
System Red Green Blue C M Y K H S L
Decimal 238 92 251 0.05 0.63 0 0.02 295.09 0.95 0.67
Hex EE 5C FB 5 3F 0 2 127 5F 43
Octal 356 134 373 5 77 0 2 447 137 103
Binary 11101110 1011100 11111011 101 111111 0 10 100100111 1011111 1000011

Color Harmonies of #EE5CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5CFB

Black with #EE5CFB

Text Example


Text Example

White with #EE5CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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