Html Css Color HEX #EE4FFA Pink Flamingo

📋 copy color: '#EE4FFA'

red 238 ◦ green 79 ◦ blue 250

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

Shades of Pink Flamingo #EE4FFA

Tints of Pink Flamingo #EE4FFA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 13.93%

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

R = 41.98%
G = 13.93%
B = 44.09%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE4FFA (or 0xEE4FFA) is known color: Pink Flamingo. HEX triplet: EE, 4F and FA. RGB value is (238,79,250). Sum of RGB (Red+Green+Blue) = 238+79+250=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 79 (31.25% from 255 or 13.93% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE4FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE4FFA is #11B005. Grayscale: #919191. Windows color (decimal): -1159174 or 16404462. OLE color: 16404462.

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

Color convert

RGB 238 79 250 -
CMYK 0.05 0.68 0 0.02
HSL 295.79º 0.94% 0.65% -
HSV(B) 295.79º 0.68% 0.98% -
XYZ 55.31 30.67 93.45 -
YUV 146.04 186.68 193.6 -
System Red Green Blue C M Y K H S L
Decimal 238 79 250 0.05 0.68 0 0.02 295.79 0.94 0.65
Hex EE 4F FA 5 44 0 2 128 5E 41
Octal 356 117 372 5 104 0 2 450 136 101
Binary 11101110 1001111 11111010 101 1000100 0 10 100101000 1011110 1000001

Color Harmonies of #EE4FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4FFA

Black with #EE4FFA

Text Example


Text Example

White with #EE4FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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