Html Css Color HEX #EE55FD Pink Flamingo

📋 copy color: '#EE55FD'

red 238 ◦ green 85 ◦ blue 253

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

Shades of Pink Flamingo #EE55FD

Tints of Pink Flamingo #EE55FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.92%

R = 41.32%
G = 14.76%
B = 43.92%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE55FD (or 0xEE55FD) is known color: Pink Flamingo. HEX triplet: EE, 55 and FD. RGB value is (238,85,253). Sum of RGB (Red+Green+Blue) = 238+85+253=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 85 (33.59% from 255 or 14.76% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE55FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE55FD is #11AA02. Grayscale: #959595. Windows color (decimal): -1157635 or 16602606. OLE color: 16602606.

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

Color convert

RGB 238 85 253 -
CMYK 0.06 0.66 0 0.01
HSL 294.64º 0.98% 0.66% -
HSV(B) 294.64º 0.66% 0.99% -
XYZ 56.24 31.77 96.1 -
YUV 149.9 186.19 190.84 -
System Red Green Blue C M Y K H S L
Decimal 238 85 253 0.06 0.66 0 0.01 294.64 0.98 0.66
Hex EE 55 FD 6 42 0 1 127 62 42
Octal 356 125 375 6 102 0 1 447 142 102
Binary 11101110 1010101 11111101 110 1000010 0 1 100100111 1100010 1000010

Color Harmonies of #EE55FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE55FD

Black with #EE55FD

Text Example


Text Example

White with #EE55FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE55FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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