Html Css Color HEX #EC34FD Pink Flamingo

📋 copy color: '#EC34FD'

red 236 ◦ green 52 ◦ blue 253

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

Shades of Pink Flamingo #EC34FD

Tints of Pink Flamingo #EC34FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.77%

R = 43.62%
G = 9.61%
B = 46.77%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC34FD (or 0xEC34FD) is known color: Pink Flamingo. HEX triplet: EC, 34 and FD. RGB value is (236,52,253). Sum of RGB (Red+Green+Blue) = 236+52+253=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 52 (20.70% from 255 or 9.61% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC34FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC34FD is #13CB02. Grayscale: #818181. Windows color (decimal): -1297155 or 16594156. OLE color: 16594156.

HSL color Cylindrical-coordinate representation of color #EC34FD: hue angle of 294.93º degrees, saturation: 0.98, 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 #EC34FD is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 52 253 -
CMYK 0.07 0.79 0 0.01
HSL 294.93º 0.98% 0.6% -
HSV(B) 294.93º 0.79% 0.99% -
XYZ 53.55 27.38 95.39 -
YUV 129.93 197.46 203.66 -
System Red Green Blue C M Y K H S L
Decimal 236 52 253 0.07 0.79 0 0.01 294.93 0.98 0.6
Hex EC 34 FD 7 4F 0 1 127 62 3C
Octal 354 64 375 7 117 0 1 447 142 74
Binary 11101100 110100 11111101 111 1001111 0 1 100100111 1100010 111100

Color Harmonies of #EC34FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC34FD

Black with #EC34FD

Text Example


Text Example

White with #EC34FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC34FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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