Html Css Color HEX #EE3CFE Pink Flamingo

📋 copy color: '#EE3CFE'

red 238 ◦ green 60 ◦ blue 254

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

Shades of Pink Flamingo #EE3CFE

Tints of Pink Flamingo #EE3CFE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 10.87%

 BLUE value IS 254 (99.61% from 255) = 46.01%

R = 43.12%
G = 10.87%
B = 46.01%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EE3CFE (or 0xEE3CFE) is known color: Pink Flamingo. HEX triplet: EE, 3C and FE. RGB value is (238,60,254). Sum of RGB (Red+Green+Blue) = 238+60+254=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 60 (23.83% from 255 or 10.87% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE3CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE3CFE is #11C301. Grayscale: #868686. Windows color (decimal): -1164034 or 16661742. OLE color: 16661742.

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

Color convert

RGB 238 60 254 -
CMYK 0.06 0.76 0 0.00
HSL 295.05º 0.99% 0.62% -
HSV(B) 295.05º 0.76% 1% -
XYZ 54.77 28.56 96.39 -
YUV 135.34 194.97 201.23 -
System Red Green Blue C M Y K H S L
Decimal 238 60 254 0.06 0.76 0 0.00 295.05 0.99 0.62
Hex EE 3C FE 6 4C 0 0 127 63 3E
Octal 356 74 376 6 114 0 0 447 143 76
Binary 11101110 111100 11111110 110 1001100 0 0 100100111 1100011 111110

Color Harmonies of #EE3CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3CFE

Black with #EE3CFE

Text Example


Text Example

White with #EE3CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3CFE; }

 p { color: rgb(238,60,254); }

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

background-color css

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

 a { background-color: rgb(238,60,254); }

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

border-color css

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

 span { border-color: rgb(238,60,254); }

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