Html Css Color HEX #EC38FC Pink Flamingo

📋 copy color: '#EC38FC'

red 236 ◦ green 56 ◦ blue 252

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

Shades of Pink Flamingo #EC38FC

Tints of Pink Flamingo #EC38FC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.29%

 BLUE value IS 252 (98.83% from 255) = 46.32%

R = 43.38%
G = 10.29%
B = 46.32%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC38FC (or 0xEC38FC) is known color: Pink Flamingo. HEX triplet: EC, 38 and FC. RGB value is (236,56,252). Sum of RGB (Red+Green+Blue) = 236+56+252=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 56 (22.27% from 255 or 10.29% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC38FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC38FC is #13C703. Grayscale: #838383. Windows color (decimal): -1296132 or 16529644. OLE color: 16529644.

HSL color Cylindrical-coordinate representation of color #EC38FC: hue angle of 295.1º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC38FC is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 56 252 -
CMYK 0.06 0.78 0 0.01
HSL 295.1º 0.97% 0.6% -
HSV(B) 295.1º 0.78% 0.99% -
XYZ 53.58 27.69 94.62 -
YUV 132.16 195.63 202.06 -
System Red Green Blue C M Y K H S L
Decimal 236 56 252 0.06 0.78 0 0.01 295.1 0.97 0.6
Hex EC 38 FC 6 4E 0 1 127 61 3C
Octal 354 70 374 6 116 0 1 447 141 74
Binary 11101100 111000 11111100 110 1001110 0 1 100100111 1100001 111100

Color Harmonies of #EC38FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC38FC

Black with #EC38FC

Text Example


Text Example

White with #EC38FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC38FC; }

 p { color: rgb(236,56,252); }

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

background-color css

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

 a { background-color: rgb(236,56,252); }

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

border-color css

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

 span { border-color: rgb(236,56,252); }

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