Html Css Color HEX #EE44FA Pink Flamingo

📋 copy color: '#EE44FA'

red 238 ◦ green 68 ◦ blue 250

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

Shades of Pink Flamingo #EE44FA

Tints of Pink Flamingo #EE44FA

RGB

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

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

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

R = 42.81%
G = 12.23%
B = 44.96%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE44FA (or 0xEE44FA) is known color: Pink Flamingo. HEX triplet: EE, 44 and FA. RGB value is (238,68,250). Sum of RGB (Red+Green+Blue) = 238+68+250=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 68 (26.95% from 255 or 12.23% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE44FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE44FA is #11BB05. Grayscale: #8B8B8B. Windows color (decimal): -1161990 or 16401646. OLE color: 16401646.

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

Color convert

RGB 238 68 250 -
CMYK 0.05 0.73 0 0.02
HSL 296.04º 0.95% 0.62% -
HSV(B) 296.04º 0.73% 0.98% -
XYZ 54.58 29.21 93.2 -
YUV 139.58 190.32 198.2 -
System Red Green Blue C M Y K H S L
Decimal 238 68 250 0.05 0.73 0 0.02 296.04 0.95 0.62
Hex EE 44 FA 5 49 0 2 128 5F 3E
Octal 356 104 372 5 111 0 2 450 137 76
Binary 11101110 1000100 11111010 101 1001001 0 10 100101000 1011111 111110

Color Harmonies of #EE44FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE44FA

Black with #EE44FA

Text Example


Text Example

White with #EE44FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE44FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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