Html Css Color HEX #EC5FF8 Pink Flamingo

📋 copy color: '#EC5FF8'

red 236 ◦ green 95 ◦ blue 248

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

Shades of Pink Flamingo #EC5FF8

Tints of Pink Flamingo #EC5FF8

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.41%

 BLUE value IS 248 (97.27% from 255) = 42.83%

R = 40.76%
G = 16.41%
B = 42.83%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EC5FF8 (or 0xEC5FF8) is known color: Pink Flamingo. HEX triplet: EC, 5F and F8. RGB value is (236,95,248). Sum of RGB (Red+Green+Blue) = 236+95+248=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 95 (37.5% from 255 or 16.41% from 579); Blue value is 248 (97.27% from 255 or 42.83% from 579); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC5FF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5FF8 is #13A007. Grayscale: #9A9A9A. Windows color (decimal): -1286152 or 16277484. OLE color: 16277484.

HSL color Cylindrical-coordinate representation of color #EC5FF8: hue angle of 295.29º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC5FF8 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 236 95 248 -
CMYK 0.05 0.62 0 0.03
HSL 295.29º 0.92% 0.67% -
HSV(B) 295.29º 0.62% 0.97% -
XYZ 55.63 32.79 92.21 -
YUV 154.6 180.71 186.06 -
System Red Green Blue C M Y K H S L
Decimal 236 95 248 0.05 0.62 0 0.03 295.29 0.92 0.67
Hex EC 5F F8 5 3E 0 3 127 5C 43
Octal 354 137 370 5 76 0 3 447 134 103
Binary 11101100 1011111 11111000 101 111110 0 11 100100111 1011100 1000011

Color Harmonies of #EC5FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5FF8

Black with #EC5FF8

Text Example


Text Example

White with #EC5FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5FF8; }

 p { color: rgb(236,95,248); }

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

background-color css

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

 a { background-color: rgb(236,95,248); }

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

border-color css

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

 span { border-color: rgb(236,95,248); }

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