Html Css Color HEX #EE52FC Pink Flamingo

📋 copy color: '#EE52FC'

red 238 ◦ green 82 ◦ blue 252

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

Shades of Pink Flamingo #EE52FC

Tints of Pink Flamingo #EE52FC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.34%

 BLUE value IS 252 (98.83% from 255) = 44.06%

R = 41.61%
G = 14.34%
B = 44.06%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE52FC (or 0xEE52FC) is known color: Pink Flamingo. HEX triplet: EE, 52 and FC. RGB value is (238,82,252). Sum of RGB (Red+Green+Blue) = 238+82+252=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 82 (32.42% from 255 or 14.34% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE52FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE52FC is #11AD03. Grayscale: #939393. Windows color (decimal): -1158404 or 16536302. OLE color: 16536302.

HSL color Cylindrical-coordinate representation of color #EE52FC: hue angle of 295.06º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EE52FC is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 82 252 -
CMYK 0.06 0.67 0 0.01
HSL 295.06º 0.97% 0.65% -
HSV(B) 295.06º 0.67% 0.99% -
XYZ 55.85 31.24 95.18 -
YUV 148.02 186.68 192.18 -
System Red Green Blue C M Y K H S L
Decimal 238 82 252 0.06 0.67 0 0.01 295.06 0.97 0.65
Hex EE 52 FC 6 43 0 1 127 61 41
Octal 356 122 374 6 103 0 1 447 141 101
Binary 11101110 1010010 11111100 110 1000011 0 1 100100111 1100001 1000001

Color Harmonies of #EE52FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE52FC

Black with #EE52FC

Text Example


Text Example

White with #EE52FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE52FC; }

 p { color: rgb(238,82,252); }

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

background-color css

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

 a { background-color: rgb(238,82,252); }

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

border-color css

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

 span { border-color: rgb(238,82,252); }

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