Html Css Color HEX #EE53FA Pink Flamingo

📋 copy color: '#EE53FA'

red 238 ◦ green 83 ◦ blue 250

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

Shades of Pink Flamingo #EE53FA

Tints of Pink Flamingo #EE53FA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.54%

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

R = 41.68%
G = 14.54%
B = 43.78%

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

#EE53FA (or 0xEE53FA) is known color: Pink Flamingo. HEX triplet: EE, 53 and FA. RGB value is (238,83,250). Sum of RGB (Red+Green+Blue) = 238+83+250=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 83 (32.81% from 255 or 14.54% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE53FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE53FA is #11AC05. Grayscale: #939393. Windows color (decimal): -1158150 or 16405486. OLE color: 16405486.

HSL color Cylindrical-coordinate representation of color #EE53FA: hue angle of 295.69º 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 #EE53FA is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 83 250 -
CMYK 0.05 0.67 0 0.02
HSL 295.69º 0.94% 0.65% -
HSV(B) 295.69º 0.67% 0.98% -
XYZ 55.61 31.27 93.55 -
YUV 148.38 185.35 191.92 -
System Red Green Blue C M Y K H S L
Decimal 238 83 250 0.05 0.67 0 0.02 295.69 0.94 0.65
Hex EE 53 FA 5 43 0 2 128 5E 41
Octal 356 123 372 5 103 0 2 450 136 101
Binary 11101110 1010011 11111010 101 1000011 0 10 100101000 1011110 1000001

Color Harmonies of #EE53FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE53FA

Black with #EE53FA

Text Example


Text Example

White with #EE53FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE53FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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