Html Css Color HEX #EE5CFA Pink Flamingo

📋 copy color: '#EE5CFA'

red 238 ◦ green 92 ◦ blue 250

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

Shades of Pink Flamingo #EE5CFA

Tints of Pink Flamingo #EE5CFA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 15.86%

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

R = 41.03%
G = 15.86%
B = 43.1%

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

#EE5CFA (or 0xEE5CFA) is known color: Pink Flamingo. HEX triplet: EE, 5C and FA. RGB value is (238,92,250). Sum of RGB (Red+Green+Blue) = 238+92+250=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 92 (36.33% from 255 or 15.86% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE5CFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5CFA is #11A305. Grayscale: #999999. Windows color (decimal): -1155846 or 16407790. OLE color: 16407790.

HSL color Cylindrical-coordinate representation of color #EE5CFA: hue angle of 295.44º 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 #EE5CFA is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 92 250 -
CMYK 0.05 0.63 0 0.02
HSL 295.44º 0.94% 0.67% -
HSV(B) 295.44º 0.63% 0.98% -
XYZ 56.34 32.73 93.79 -
YUV 153.67 182.37 188.15 -
System Red Green Blue C M Y K H S L
Decimal 238 92 250 0.05 0.63 0 0.02 295.44 0.94 0.67
Hex EE 5C FA 5 3F 0 2 127 5E 43
Octal 356 134 372 5 77 0 2 447 136 103
Binary 11101110 1011100 11111010 101 111111 0 10 100100111 1011110 1000011

Color Harmonies of #EE5CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5CFA

Black with #EE5CFA

Text Example


Text Example

White with #EE5CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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