Html Css Color HEX #EC5EFA Pink Flamingo

📋 copy color: '#EC5EFA'

red 236 ◦ green 94 ◦ blue 250

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

Shades of Pink Flamingo #EC5EFA

Tints of Pink Flamingo #EC5EFA

RGB

 RED value IS 236 (92.58% from 255) = 40.69%

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

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

R = 40.69%
G = 16.21%
B = 43.1%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC5EFA (or 0xEC5EFA) is known color: Pink Flamingo. HEX triplet: EC, 5E and FA. RGB value is (236,94,250). Sum of RGB (Red+Green+Blue) = 236+94+250=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 94 (37.11% from 255 or 16.21% 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 #EC5EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5EFA is #13A105. Grayscale: #999999. Windows color (decimal): -1286406 or 16408300. OLE color: 16408300.

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

Color convert

RGB 236 94 250 -
CMYK 0.06 0.62 0 0.02
HSL 294.62º 0.94% 0.67% -
HSV(B) 294.62º 0.62% 0.98% -
XYZ 55.85 32.74 93.82 -
YUV 154.24 182.04 186.32 -
System Red Green Blue C M Y K H S L
Decimal 236 94 250 0.06 0.62 0 0.02 294.62 0.94 0.67
Hex EC 5E FA 6 3E 0 2 127 5E 43
Octal 354 136 372 6 76 0 2 447 136 103
Binary 11101100 1011110 11111010 110 111110 0 10 100100111 1011110 1000011

Color Harmonies of #EC5EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5EFA

Black with #EC5EFA

Text Example


Text Example

White with #EC5EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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