Html Css Color HEX #EE44FF Pink Flamingo

📋 copy color: '#EE44FF'

red 238 ◦ green 68 ◦ blue 255

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

Shades of Pink Flamingo #EE44FF

Tints of Pink Flamingo #EE44FF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 12.12%

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

R = 42.42%
G = 12.12%
B = 45.45%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE44FF (or 0xEE44FF) is known color: Pink Flamingo. HEX triplet: EE, 44 and FF. RGB value is (238,68,255). Sum of RGB (Red+Green+Blue) = 238+68+255=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 68 (26.95% from 255 or 12.12% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE44FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE44FF is #11BB00. Grayscale: #8B8B8B. Windows color (decimal): -1161985 or 16729326. OLE color: 16729326.

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

Color convert

RGB 238 68 255 -
CMYK 0.07 0.73 0 0
HSL 294.55º 1% 0.63% -
HSV(B) 294.55º 0.73% 1% -
XYZ 55.38 29.53 97.39 -
YUV 140.15 192.82 197.79 -
System Red Green Blue C M Y K H S L
Decimal 238 68 255 0.07 0.73 0 0 294.55 1 0.63
Hex EE 44 FF 7 49 0 0 127 64 3F
Octal 356 104 377 7 111 0 0 447 144 77
Binary 11101110 1000100 11111111 111 1001001 0 0 100100111 1100100 111111

Color Harmonies of #EE44FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE44FF

Black with #EE44FF

Text Example


Text Example

White with #EE44FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE44FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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