Html Css Color HEX #EC34FC Pink Flamingo

📋 copy color: '#EC34FC'

red 236 ◦ green 52 ◦ blue 252

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

Shades of Pink Flamingo #EC34FC

Tints of Pink Flamingo #EC34FC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 9.63%

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

R = 43.7%
G = 9.63%
B = 46.67%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC34FC (or 0xEC34FC) is known color: Pink Flamingo. HEX triplet: EC, 34 and FC. RGB value is (236,52,252). Sum of RGB (Red+Green+Blue) = 236+52+252=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 52 (20.70% from 255 or 9.63% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC34FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC34FC is #13CB03. Grayscale: #818181. Windows color (decimal): -1297156 or 16528620. OLE color: 16528620.

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

Color convert

RGB 236 52 252 -
CMYK 0.06 0.79 0 0.01
HSL 295.2º 0.97% 0.6% -
HSV(B) 295.2º 0.79% 0.99% -
XYZ 53.39 27.32 94.55 -
YUV 129.82 196.96 203.74 -
System Red Green Blue C M Y K H S L
Decimal 236 52 252 0.06 0.79 0 0.01 295.2 0.97 0.6
Hex EC 34 FC 6 4F 0 1 127 61 3C
Octal 354 64 374 6 117 0 1 447 141 74
Binary 11101100 110100 11111100 110 1001111 0 1 100100111 1100001 111100

Color Harmonies of #EC34FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC34FC

Black with #EC34FC

Text Example


Text Example

White with #EC34FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC34FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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