Html Css Color HEX #EE41FA Pink Flamingo

📋 copy color: '#EE41FA'

red 238 ◦ green 65 ◦ blue 250

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

Shades of Pink Flamingo #EE41FA

Tints of Pink Flamingo #EE41FA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 11.75%

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

R = 43.04%
G = 11.75%
B = 45.21%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE41FA (or 0xEE41FA) is known color: Pink Flamingo. HEX triplet: EE, 41 and FA. RGB value is (238,65,250). Sum of RGB (Red+Green+Blue) = 238+65+250=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 65 (25.78% from 255 or 11.75% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE41FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE41FA is #11BE05. Grayscale: #898989. Windows color (decimal): -1162758 or 16400878. OLE color: 16400878.

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

Color convert

RGB 238 65 250 -
CMYK 0.05 0.74 0 0.02
HSL 296.11º 0.95% 0.62% -
HSV(B) 296.11º 0.74% 0.98% -
XYZ 54.41 28.86 93.15 -
YUV 137.82 191.31 199.46 -
System Red Green Blue C M Y K H S L
Decimal 238 65 250 0.05 0.74 0 0.02 296.11 0.95 0.62
Hex EE 41 FA 5 4A 0 2 128 5F 3E
Octal 356 101 372 5 112 0 2 450 137 76
Binary 11101110 1000001 11111010 101 1001010 0 10 100101000 1011111 111110

Color Harmonies of #EE41FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE41FA

Black with #EE41FA

Text Example


Text Example

White with #EE41FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE41FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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