Html Css Color HEX #EE53FF Pink Flamingo

📋 copy color: '#EE53FF'

red 238 ◦ green 83 ◦ blue 255

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

Shades of Pink Flamingo #EE53FF

Tints of Pink Flamingo #EE53FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.27%

R = 41.32%
G = 14.41%
B = 44.27%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE53FF (or 0xEE53FF) is known color: Pink Flamingo. HEX triplet: EE, 53 and FF. RGB value is (238,83,255). Sum of RGB (Red+Green+Blue) = 238+83+255=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 83 (32.81% from 255 or 14.41% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE53FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE53FF is #11AC00. Grayscale: #949494. Windows color (decimal): -1158145 or 16733166. OLE color: 16733166.

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

Color convert

RGB 238 83 255 -
CMYK 0.07 0.67 0 0
HSL 294.07º 1% 0.66% -
HSV(B) 294.07º 0.67% 1% -
XYZ 56.4 31.58 97.73 -
YUV 148.95 187.85 191.51 -
System Red Green Blue C M Y K H S L
Decimal 238 83 255 0.07 0.67 0 0 294.07 1 0.66
Hex EE 53 FF 7 43 0 0 126 64 42
Octal 356 123 377 7 103 0 0 446 144 102
Binary 11101110 1010011 11111111 111 1000011 0 0 100100110 1100100 1000010

Color Harmonies of #EE53FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE53FF

Black with #EE53FF

Text Example


Text Example

White with #EE53FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE53FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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