Html Css Color HEX #EE52FA Pink Flamingo

📋 copy color: '#EE52FA'

red 238 ◦ green 82 ◦ blue 250

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

Shades of Pink Flamingo #EE52FA

Tints of Pink Flamingo #EE52FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.86%

R = 41.75%
G = 14.39%
B = 43.86%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE52FA (or 0xEE52FA) is known color: Pink Flamingo. HEX triplet: EE, 52 and FA. RGB value is (238,82,250). Sum of RGB (Red+Green+Blue) = 238+82+250=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 82 (32.42% from 255 or 14.39% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE52FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE52FA is #11AD05. Grayscale: #939393. Windows color (decimal): -1158406 or 16405230. OLE color: 16405230.

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

Color convert

RGB 238 82 250 -
CMYK 0.05 0.67 0 0.02
HSL 295.71º 0.94% 0.65% -
HSV(B) 295.71º 0.67% 0.98% -
XYZ 55.53 31.11 93.52 -
YUV 147.8 185.68 192.34 -
System Red Green Blue C M Y K H S L
Decimal 238 82 250 0.05 0.67 0 0.02 295.71 0.94 0.65
Hex EE 52 FA 5 43 0 2 128 5E 41
Octal 356 122 372 5 103 0 2 450 136 101
Binary 11101110 1010010 11111010 101 1000011 0 10 100101000 1011110 1000001

Color Harmonies of #EE52FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE52FA

Black with #EE52FA

Text Example


Text Example

White with #EE52FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE52FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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