Html Css Color HEX #EE3BFF Pink Flamingo

📋 copy color: '#EE3BFF'

red 238 ◦ green 59 ◦ blue 255

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

Shades of Pink Flamingo #EE3BFF

Tints of Pink Flamingo #EE3BFF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 10.69%

 BLUE value IS 255 (100% from 255) = 46.2%

R = 43.12%
G = 10.69%
B = 46.2%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE3BFF (or 0xEE3BFF) is known color: Pink Flamingo. HEX triplet: EE, 3B and FF. RGB value is (238,59,255). Sum of RGB (Red+Green+Blue) = 238+59+255=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 59 (23.44% from 255 or 10.69% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE3BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE3BFF is #11C400. Grayscale: #868686. Windows color (decimal): -1164289 or 16727022. OLE color: 16727022.

HSL color Cylindrical-coordinate representation of color #EE3BFF: hue angle of 294.8º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EE3BFF is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 238 59 255 -
CMYK 0.07 0.77 0 0
HSL 294.8º 1% 0.62% -
HSV(B) 294.8º 0.77% 1% -
XYZ 54.87 28.53 97.22 -
YUV 134.87 195.8 201.56 -
System Red Green Blue C M Y K H S L
Decimal 238 59 255 0.07 0.77 0 0 294.8 1 0.62
Hex EE 3B FF 7 4D 0 0 127 64 3E
Octal 356 73 377 7 115 0 0 447 144 76
Binary 11101110 111011 11111111 111 1001101 0 0 100100111 1100100 111110

Color Harmonies of #EE3BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3BFF

Black with #EE3BFF

Text Example


Text Example

White with #EE3BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3BFF; }

 p { color: rgb(238,59,255); }

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

background-color css

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

 a { background-color: rgb(238,59,255); }

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

border-color css

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

 span { border-color: rgb(238,59,255); }

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