Html Css Color HEX #EC35FF Pink Flamingo

📋 copy color: '#EC35FF'

red 236 ◦ green 53 ◦ blue 255

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

Shades of Pink Flamingo #EC35FF

Tints of Pink Flamingo #EC35FF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 9.74%

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

R = 43.38%
G = 9.74%
B = 46.88%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EC35FF (or 0xEC35FF) is known color: Pink Flamingo. HEX triplet: EC, 35 and FF. RGB value is (236,53,255). Sum of RGB (Red+Green+Blue) = 236+53+255=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 53 (21.09% from 255 or 9.74% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC35FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC35FF is #13CA00. Grayscale: #828282. Windows color (decimal): -1296897 or 16725484. OLE color: 16725484.

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

Color convert

RGB 236 53 255 -
CMYK 0.07 0.79 0 0
HSL 294.36º 1% 0.6% -
HSV(B) 294.36º 0.79% 1% -
XYZ 53.92 27.6 97.09 -
YUV 130.75 198.13 203.07 -
System Red Green Blue C M Y K H S L
Decimal 236 53 255 0.07 0.79 0 0 294.36 1 0.6
Hex EC 35 FF 7 4F 0 0 126 64 3C
Octal 354 65 377 7 117 0 0 446 144 74
Binary 11101100 110101 11111111 111 1001111 0 0 100100110 1100100 111100

Color Harmonies of #EC35FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC35FF

Black with #EC35FF

Text Example


Text Example

White with #EC35FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC35FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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