Html Css Color HEX #EC34FB Pink Flamingo

📋 copy color: '#EC34FB'

red 236 ◦ green 52 ◦ blue 251

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

Shades of Pink Flamingo #EC34FB

Tints of Pink Flamingo #EC34FB

RGB

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

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

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

R = 43.78%
G = 9.65%
B = 46.57%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC34FB (or 0xEC34FB) is known color: Pink Flamingo. HEX triplet: EC, 34 and FB. RGB value is (236,52,251). Sum of RGB (Red+Green+Blue) = 236+52+251=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 52 (20.70% from 255 or 9.65% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC34FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC34FB is #13CB04. Grayscale: #818181. Windows color (decimal): -1297157 or 16463084. OLE color: 16463084.

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

Color convert

RGB 236 52 251 -
CMYK 0.06 0.79 0 0.02
HSL 295.48º 0.96% 0.59% -
HSV(B) 295.48º 0.79% 0.98% -
XYZ 53.23 27.25 93.72 -
YUV 129.7 196.46 203.82 -
System Red Green Blue C M Y K H S L
Decimal 236 52 251 0.06 0.79 0 0.02 295.48 0.96 0.59
Hex EC 34 FB 6 4F 0 2 127 60 3B
Octal 354 64 373 6 117 0 2 447 140 73
Binary 11101100 110100 11111011 110 1001111 0 10 100100111 1100000 111011

Color Harmonies of #EC34FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC34FB

Black with #EC34FB

Text Example


Text Example

White with #EC34FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC34FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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