Html Css Color HEX #EE45FF Pink Flamingo

📋 copy color: '#EE45FF'

red 238 ◦ green 69 ◦ blue 255

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

Shades of Pink Flamingo #EE45FF

Tints of Pink Flamingo #EE45FF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 12.28%

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

R = 42.35%
G = 12.28%
B = 45.37%

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

#EE45FF (or 0xEE45FF) is known color: Pink Flamingo. HEX triplet: EE, 45 and FF. RGB value is (238,69,255). Sum of RGB (Red+Green+Blue) = 238+69+255=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 69 (27.34% from 255 or 12.28% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE45FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE45FF is #11BA00. Grayscale: #8C8C8C. Windows color (decimal): -1161729 or 16729582. OLE color: 16729582.

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

Color convert

RGB 238 69 255 -
CMYK 0.07 0.73 0 0
HSL 294.52º 1% 0.64% -
HSV(B) 294.52º 0.73% 1% -
XYZ 55.44 29.65 97.41 -
YUV 140.74 192.49 197.38 -
System Red Green Blue C M Y K H S L
Decimal 238 69 255 0.07 0.73 0 0 294.52 1 0.64
Hex EE 45 FF 7 49 0 0 127 64 40
Octal 356 105 377 7 111 0 0 447 144 100
Binary 11101110 1000101 11111111 111 1001001 0 0 100100111 1100100 1000000

Color Harmonies of #EE45FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE45FF

Black with #EE45FF

Text Example


Text Example

White with #EE45FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE45FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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