Html Css Color HEX #EE5DFA Pink Flamingo

📋 copy color: '#EE5DFA'

red 238 ◦ green 93 ◦ blue 250

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

Shades of Pink Flamingo #EE5DFA

Tints of Pink Flamingo #EE5DFA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.01%

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

R = 40.96%
G = 16.01%
B = 43.03%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE5DFA (or 0xEE5DFA) is known color: Pink Flamingo. HEX triplet: EE, 5D and FA. RGB value is (238,93,250). Sum of RGB (Red+Green+Blue) = 238+93+250=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 93 (36.72% from 255 or 16.01% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE5DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5DFA is #11A205. Grayscale: #999999. Windows color (decimal): -1155590 or 16408046. OLE color: 16408046.

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

Color convert

RGB 238 93 250 -
CMYK 0.05 0.63 0 0.02
HSL 295.41º 0.94% 0.67% -
HSV(B) 295.41º 0.63% 0.98% -
XYZ 56.43 32.91 93.82 -
YUV 154.25 182.04 187.73 -
System Red Green Blue C M Y K H S L
Decimal 238 93 250 0.05 0.63 0 0.02 295.41 0.94 0.67
Hex EE 5D FA 5 3F 0 2 127 5E 43
Octal 356 135 372 5 77 0 2 447 136 103
Binary 11101110 1011101 11111010 101 111111 0 10 100100111 1011110 1000011

Color Harmonies of #EE5DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5DFA

Black with #EE5DFA

Text Example


Text Example

White with #EE5DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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