Html Css Color HEX #EC34FF Pink Flamingo

📋 copy color: '#EC34FF'

red 236 ◦ green 52 ◦ blue 255

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

Shades of Pink Flamingo #EC34FF

Tints of Pink Flamingo #EC34FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.96%

R = 43.46%
G = 9.58%
B = 46.96%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EC34FF (or 0xEC34FF) is known color: Pink Flamingo. HEX triplet: EC, 34 and FF. RGB value is (236,52,255). Sum of RGB (Red+Green+Blue) = 236+52+255=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 52 (20.70% from 255 or 9.58% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC34FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC34FF is #13CB00. Grayscale: #818181. Windows color (decimal): -1297153 or 16725228. OLE color: 16725228.

HSL color Cylindrical-coordinate representation of color #EC34FF: hue angle of 294.38º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC34FF is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 236 52 255 -
CMYK 0.07 0.80 0 0
HSL 294.38º 1% 0.6% -
HSV(B) 294.38º 0.8% 1% -
XYZ 53.87 27.51 97.08 -
YUV 130.16 198.46 203.49 -
System Red Green Blue C M Y K H S L
Decimal 236 52 255 0.07 0.80 0 0 294.38 1 0.6
Hex EC 34 FF 7 50 0 0 126 64 3C
Octal 354 64 377 7 120 0 0 446 144 74
Binary 11101100 110100 11111111 111 1010000 0 0 100100110 1100100 111100

Color Harmonies of #EC34FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC34FF

Black with #EC34FF

Text Example


Text Example

White with #EC34FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC34FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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