Html Css Color HEX #EC5AFB Pink Flamingo

📋 copy color: '#EC5AFB'

red 236 ◦ green 90 ◦ blue 251

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

Shades of Pink Flamingo #EC5AFB

Tints of Pink Flamingo #EC5AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.5%

R = 40.9%
G = 15.6%
B = 43.5%

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

#EC5AFB (or 0xEC5AFB) is known color: Pink Flamingo. HEX triplet: EC, 5A and FB. RGB value is (236,90,251). Sum of RGB (Red+Green+Blue) = 236+90+251=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 90 (35.55% from 255 or 15.60% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC5AFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5AFB is #13A504. Grayscale: #979797. Windows color (decimal): -1287429 or 16472812. OLE color: 16472812.

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

Color convert

RGB 236 90 251 -
CMYK 0.06 0.64 0 0.02
HSL 294.41º 0.95% 0.67% -
HSV(B) 294.41º 0.64% 0.98% -
XYZ 55.66 32.11 94.53 -
YUV 152.01 183.87 187.91 -
System Red Green Blue C M Y K H S L
Decimal 236 90 251 0.06 0.64 0 0.02 294.41 0.95 0.67
Hex EC 5A FB 6 40 0 2 126 5F 43
Octal 354 132 373 6 100 0 2 446 137 103
Binary 11101100 1011010 11111011 110 1000000 0 10 100100110 1011111 1000011

Color Harmonies of #EC5AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5AFB

Black with #EC5AFB

Text Example


Text Example

White with #EC5AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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