Html Css Color HEX #EC5CFB Pink Flamingo

📋 copy color: '#EC5CFB'

red 236 ◦ green 92 ◦ blue 251

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

Shades of Pink Flamingo #EC5CFB

Tints of Pink Flamingo #EC5CFB

RGB

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

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

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

R = 40.76%
G = 15.89%
B = 43.35%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC5CFB (or 0xEC5CFB) is known color: Pink Flamingo. HEX triplet: EC, 5C and FB. RGB value is (236,92,251). Sum of RGB (Red+Green+Blue) = 236+92+251=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 92 (36.33% from 255 or 15.89% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC5CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5CFB is #13A304. Grayscale: #989898. Windows color (decimal): -1286917 or 16473324. OLE color: 16473324.

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

Color convert

RGB 236 92 251 -
CMYK 0.06 0.63 0 0.02
HSL 294.34º 0.95% 0.67% -
HSV(B) 294.34º 0.63% 0.98% -
XYZ 55.83 32.45 94.59 -
YUV 153.18 183.21 187.07 -
System Red Green Blue C M Y K H S L
Decimal 236 92 251 0.06 0.63 0 0.02 294.34 0.95 0.67
Hex EC 5C FB 6 3F 0 2 126 5F 43
Octal 354 134 373 6 77 0 2 446 137 103
Binary 11101100 1011100 11111011 110 111111 0 10 100100110 1011111 1000011

Color Harmonies of #EC5CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5CFB

Black with #EC5CFB

Text Example


Text Example

White with #EC5CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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