Html Css Color HEX #EC5AFA Pink Flamingo

📋 copy color: '#EC5AFA'

red 236 ◦ green 90 ◦ blue 250

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

Shades of Pink Flamingo #EC5AFA

Tints of Pink Flamingo #EC5AFA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.63%

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

R = 40.97%
G = 15.63%
B = 43.4%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC5AFA (or 0xEC5AFA) is known color: Pink Flamingo. HEX triplet: EC, 5A and FA. RGB value is (236,90,250). Sum of RGB (Red+Green+Blue) = 236+90+250=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 90 (35.55% from 255 or 15.62% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC5AFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5AFA is #13A505. Grayscale: #979797. Windows color (decimal): -1287430 or 16407276. OLE color: 16407276.

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

Color convert

RGB 236 90 250 -
CMYK 0.06 0.64 0 0.02
HSL 294.75º 0.94% 0.67% -
HSV(B) 294.75º 0.64% 0.98% -
XYZ 55.5 32.05 93.7 -
YUV 151.89 183.37 187.99 -
System Red Green Blue C M Y K H S L
Decimal 236 90 250 0.06 0.64 0 0.02 294.75 0.94 0.67
Hex EC 5A FA 6 40 0 2 127 5E 43
Octal 354 132 372 6 100 0 2 447 136 103
Binary 11101100 1011010 11111010 110 1000000 0 10 100100111 1011110 1000011

Color Harmonies of #EC5AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5AFA

Black with #EC5AFA

Text Example


Text Example

White with #EC5AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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