Html Css Color HEX #EE4DFA Pink Flamingo

📋 copy color: '#EE4DFA'

red 238 ◦ green 77 ◦ blue 250

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

Shades of Pink Flamingo #EE4DFA

Tints of Pink Flamingo #EE4DFA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.63%

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

R = 42.12%
G = 13.63%
B = 44.25%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE4DFA (or 0xEE4DFA) is known color: Pink Flamingo. HEX triplet: EE, 4D and FA. RGB value is (238,77,250). Sum of RGB (Red+Green+Blue) = 238+77+250=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 77 (30.47% from 255 or 13.63% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE4DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE4DFA is #11B205. Grayscale: #909090. Windows color (decimal): -1159686 or 16403950. OLE color: 16403950.

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

Color convert

RGB 238 77 250 -
CMYK 0.05 0.69 0 0.02
HSL 295.84º 0.95% 0.64% -
HSV(B) 295.84º 0.69% 0.98% -
XYZ 55.17 30.39 93.4 -
YUV 144.86 187.34 194.43 -
System Red Green Blue C M Y K H S L
Decimal 238 77 250 0.05 0.69 0 0.02 295.84 0.95 0.64
Hex EE 4D FA 5 45 0 2 128 5F 40
Octal 356 115 372 5 105 0 2 450 137 100
Binary 11101110 1001101 11111010 101 1000101 0 10 100101000 1011111 1000000

Color Harmonies of #EE4DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4DFA

Black with #EE4DFA

Text Example


Text Example

White with #EE4DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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