Html Css Color HEX #EC53FB Pink Flamingo

📋 copy color: '#EC53FB'

red 236 ◦ green 83 ◦ blue 251

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

Shades of Pink Flamingo #EC53FB

Tints of Pink Flamingo #EC53FB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.56%

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

R = 41.4%
G = 14.56%
B = 44.04%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC53FB (or 0xEC53FB) is known color: Pink Flamingo. HEX triplet: EC, 53 and FB. RGB value is (236,83,251). Sum of RGB (Red+Green+Blue) = 236+83+251=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 83 (32.81% from 255 or 14.56% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC53FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC53FB is #13AC04. Grayscale: #939393. Windows color (decimal): -1289221 or 16471020. OLE color: 16471020.

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

Color convert

RGB 236 83 251 -
CMYK 0.06 0.67 0 0.02
HSL 294.64º 0.95% 0.65% -
HSV(B) 294.64º 0.67% 0.98% -
XYZ 55.1 30.98 94.34 -
YUV 147.9 186.19 190.84 -
System Red Green Blue C M Y K H S L
Decimal 236 83 251 0.06 0.67 0 0.02 294.64 0.95 0.65
Hex EC 53 FB 6 43 0 2 127 5F 41
Octal 354 123 373 6 103 0 2 447 137 101
Binary 11101100 1010011 11111011 110 1000011 0 10 100100111 1011111 1000001

Color Harmonies of #EC53FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC53FB

Black with #EC53FB

Text Example


Text Example

White with #EC53FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC53FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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