Html Css Color HEX #EE5EFA Pink Flamingo

📋 copy color: '#EE5EFA'

red 238 ◦ green 94 ◦ blue 250

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

Shades of Pink Flamingo #EE5EFA

Tints of Pink Flamingo #EE5EFA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.15%

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

R = 40.89%
G = 16.15%
B = 42.96%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE5EFA (or 0xEE5EFA) is known color: Pink Flamingo. HEX triplet: EE, 5E and FA. RGB value is (238,94,250). Sum of RGB (Red+Green+Blue) = 238+94+250=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 94 (37.11% from 255 or 16.15% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE5EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5EFA is #11A105. Grayscale: #9A9A9A. Windows color (decimal): -1155334 or 16408302. OLE color: 16408302.

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

Color convert

RGB 238 94 250 -
CMYK 0.05 0.62 0 0.02
HSL 295.38º 0.94% 0.67% -
HSV(B) 295.38º 0.62% 0.98% -
XYZ 56.52 33.08 93.85 -
YUV 154.84 181.71 187.32 -
System Red Green Blue C M Y K H S L
Decimal 238 94 250 0.05 0.62 0 0.02 295.38 0.94 0.67
Hex EE 5E FA 5 3E 0 2 127 5E 43
Octal 356 136 372 5 76 0 2 447 136 103
Binary 11101110 1011110 11111010 101 111110 0 10 100100111 1011110 1000011

Color Harmonies of #EE5EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5EFA

Black with #EE5EFA

Text Example


Text Example

White with #EE5EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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