Html Css Color HEX #EC5AFD Pink Flamingo

📋 copy color: '#EC5AFD'

red 236 ◦ green 90 ◦ blue 253

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

Shades of Pink Flamingo #EC5AFD

Tints of Pink Flamingo #EC5AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.7%

R = 40.76%
G = 15.54%
B = 43.7%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC5AFD (or 0xEC5AFD) is known color: Pink Flamingo. HEX triplet: EC, 5A and FD. RGB value is (236,90,253). Sum of RGB (Red+Green+Blue) = 236+90+253=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 90 (35.55% from 255 or 15.54% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC5AFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5AFD is #13A502. Grayscale: #979797. Windows color (decimal): -1287427 or 16603884. OLE color: 16603884.

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

Color convert

RGB 236 90 253 -
CMYK 0.07 0.64 0 0.01
HSL 293.74º 0.98% 0.67% -
HSV(B) 293.74º 0.64% 0.99% -
XYZ 55.98 32.24 96.2 -
YUV 152.24 184.87 187.75 -
System Red Green Blue C M Y K H S L
Decimal 236 90 253 0.07 0.64 0 0.01 293.74 0.98 0.67
Hex EC 5A FD 7 40 0 1 126 62 43
Octal 354 132 375 7 100 0 1 446 142 103
Binary 11101100 1011010 11111101 111 1000000 0 1 100100110 1100010 1000011

Color Harmonies of #EC5AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5AFD

Black with #EC5AFD

Text Example


Text Example

White with #EC5AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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