Html Css Color HEX #EE53FE Pink Flamingo

📋 copy color: '#EE53FE'

red 238 ◦ green 83 ◦ blue 254

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

Shades of Pink Flamingo #EE53FE

Tints of Pink Flamingo #EE53FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.17%

R = 41.39%
G = 14.43%
B = 44.17%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EE53FE (or 0xEE53FE) is known color: Pink Flamingo. HEX triplet: EE, 53 and FE. RGB value is (238,83,254). Sum of RGB (Red+Green+Blue) = 238+83+254=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 83 (32.81% from 255 or 14.43% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE53FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE53FE is #11AC01. Grayscale: #949494. Windows color (decimal): -1158146 or 16667630. OLE color: 16667630.

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

Color convert

RGB 238 83 254 -
CMYK 0.06 0.67 0 0.00
HSL 294.39º 0.99% 0.66% -
HSV(B) 294.39º 0.67% 1% -
XYZ 56.24 31.52 96.89 -
YUV 148.84 187.35 191.6 -
System Red Green Blue C M Y K H S L
Decimal 238 83 254 0.06 0.67 0 0.00 294.39 0.99 0.66
Hex EE 53 FE 6 43 0 0 126 63 42
Octal 356 123 376 6 103 0 0 446 143 102
Binary 11101110 1010011 11111110 110 1000011 0 0 100100110 1100011 1000010

Color Harmonies of #EE53FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE53FE

Black with #EE53FE

Text Example


Text Example

White with #EE53FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE53FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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