Html Css Color HEX #EE53F1 Pink Flamingo

📋 copy color: '#EE53F1'

red 238 ◦ green 83 ◦ blue 241

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

Shades of Pink Flamingo #EE53F1

Tints of Pink Flamingo #EE53F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.88%

R = 42.35%
G = 14.77%
B = 42.88%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EE53F1 (or 0xEE53F1) is known color: Pink Flamingo. HEX triplet: EE, 53 and F1. RGB value is (238,83,241). Sum of RGB (Red+Green+Blue) = 238+83+241=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 83 (32.81% from 255 or 14.77% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE53F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE53F1 is #11AC0E. Grayscale: #929292. Windows color (decimal): -1158159 or 15815662. OLE color: 15815662.

HSL color Cylindrical-coordinate representation of color #EE53F1: hue angle of 298.86º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE53F1 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 83 241 -
CMYK 0.01 0.66 0 0.05
HSL 298.86º 0.85% 0.64% -
HSV(B) 298.86º 0.66% 0.95% -
XYZ 54.23 30.71 86.29 -
YUV 147.36 180.85 192.65 -
System Red Green Blue C M Y K H S L
Decimal 238 83 241 0.01 0.66 0 0.05 298.86 0.85 0.64
Hex EE 53 F1 1 42 0 5 12B 55 40
Octal 356 123 361 1 102 0 5 453 125 100
Binary 11101110 1010011 11110001 1 1000010 0 101 100101011 1010101 1000000

Color Harmonies of #EE53F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE53F1

Black with #EE53F1

Text Example


Text Example

White with #EE53F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE53F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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