Html Css Color HEX #EE45FE Pink Flamingo

📋 copy color: '#EE45FE'

red 238 ◦ green 69 ◦ blue 254

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

Shades of Pink Flamingo #EE45FE

Tints of Pink Flamingo #EE45FE

RGB

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

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

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

R = 42.42%
G = 12.3%
B = 45.28%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EE45FE (or 0xEE45FE) is known color: Pink Flamingo. HEX triplet: EE, 45 and FE. RGB value is (238,69,254). Sum of RGB (Red+Green+Blue) = 238+69+254=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 69 (27.34% from 255 or 12.30% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE45FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE45FE is #11BA01. Grayscale: #8C8C8C. Windows color (decimal): -1161730 or 16664046. OLE color: 16664046.

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

Color convert

RGB 238 69 254 -
CMYK 0.06 0.73 0 0.00
HSL 294.81º 0.99% 0.63% -
HSV(B) 294.81º 0.73% 1% -
XYZ 55.28 29.59 96.56 -
YUV 140.62 191.99 197.46 -
System Red Green Blue C M Y K H S L
Decimal 238 69 254 0.06 0.73 0 0.00 294.81 0.99 0.63
Hex EE 45 FE 6 49 0 0 127 63 3F
Octal 356 105 376 6 111 0 0 447 143 77
Binary 11101110 1000101 11111110 110 1001001 0 0 100100111 1100011 111111

Color Harmonies of #EE45FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE45FE

Black with #EE45FE

Text Example


Text Example

White with #EE45FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE45FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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