Html Css Color HEX #EE54FD Pink Flamingo

📋 copy color: '#EE54FD'

red 238 ◦ green 84 ◦ blue 253

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

Shades of Pink Flamingo #EE54FD

Tints of Pink Flamingo #EE54FD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.61%

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

R = 41.39%
G = 14.61%
B = 44%

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

#EE54FD (or 0xEE54FD) is known color: Pink Flamingo. HEX triplet: EE, 54 and FD. RGB value is (238,84,253). Sum of RGB (Red+Green+Blue) = 238+84+253=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 84 (33.20% from 255 or 14.61% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE54FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE54FD is #11AB02. Grayscale: #949494. Windows color (decimal): -1157891 or 16602350. OLE color: 16602350.

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

Color convert

RGB 238 84 253 -
CMYK 0.06 0.67 0 0.01
HSL 294.67º 0.98% 0.66% -
HSV(B) 294.67º 0.67% 0.99% -
XYZ 56.16 31.61 96.07 -
YUV 149.31 186.52 191.26 -
System Red Green Blue C M Y K H S L
Decimal 238 84 253 0.06 0.67 0 0.01 294.67 0.98 0.66
Hex EE 54 FD 6 43 0 1 127 62 42
Octal 356 124 375 6 103 0 1 447 142 102
Binary 11101110 1010100 11111101 110 1000011 0 1 100100111 1100010 1000010

Color Harmonies of #EE54FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE54FD

Black with #EE54FD

Text Example


Text Example

White with #EE54FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE54FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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