Html Css Color HEX #EE55FA Pink Flamingo

📋 copy color: '#EE55FA'

red 238 ◦ green 85 ◦ blue 250

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

Shades of Pink Flamingo #EE55FA

Tints of Pink Flamingo #EE55FA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 14.83%

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

R = 41.54%
G = 14.83%
B = 43.63%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE55FA (or 0xEE55FA) is known color: Pink Flamingo. HEX triplet: EE, 55 and FA. RGB value is (238,85,250). Sum of RGB (Red+Green+Blue) = 238+85+250=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 85 (33.59% from 255 or 14.83% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE55FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE55FA is #11AA05. Grayscale: #959595. Windows color (decimal): -1157638 or 16405998. OLE color: 16405998.

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

Color convert

RGB 238 85 250 -
CMYK 0.05 0.66 0 0.02
HSL 295.64º 0.94% 0.66% -
HSV(B) 295.64º 0.66% 0.98% -
XYZ 55.76 31.58 93.6 -
YUV 149.56 184.69 191.08 -
System Red Green Blue C M Y K H S L
Decimal 238 85 250 0.05 0.66 0 0.02 295.64 0.94 0.66
Hex EE 55 FA 5 42 0 2 128 5E 42
Octal 356 125 372 5 102 0 2 450 136 102
Binary 11101110 1010101 11111010 101 1000010 0 10 100101000 1011110 1000010

Color Harmonies of #EE55FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE55FA

Black with #EE55FA

Text Example


Text Example

White with #EE55FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE55FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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