Html Css Color HEX #EE45FA Pink Flamingo

📋 copy color: '#EE45FA'

red 238 ◦ green 69 ◦ blue 250

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

Shades of Pink Flamingo #EE45FA

Tints of Pink Flamingo #EE45FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.88%

R = 42.73%
G = 12.39%
B = 44.88%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE45FA (or 0xEE45FA) is known color: Pink Flamingo. HEX triplet: EE, 45 and FA. RGB value is (238,69,250). Sum of RGB (Red+Green+Blue) = 238+69+250=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 69 (27.34% from 255 or 12.39% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE45FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE45FA is #11BA05. Grayscale: #8B8B8B. Windows color (decimal): -1161734 or 16401902. OLE color: 16401902.

HSL color Cylindrical-coordinate representation of color #EE45FA: hue angle of 296.02º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE45FA is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 69 250 -
CMYK 0.05 0.72 0 0.02
HSL 296.02º 0.95% 0.63% -
HSV(B) 296.02º 0.72% 0.98% -
XYZ 54.64 29.34 93.22 -
YUV 140.17 189.99 197.78 -
System Red Green Blue C M Y K H S L
Decimal 238 69 250 0.05 0.72 0 0.02 296.02 0.95 0.63
Hex EE 45 FA 5 48 0 2 128 5F 3F
Octal 356 105 372 5 110 0 2 450 137 77
Binary 11101110 1000101 11111010 101 1001000 0 10 100101000 1011111 111111

Color Harmonies of #EE45FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE45FA

Black with #EE45FA

Text Example


Text Example

White with #EE45FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE45FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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