Html Css Color HEX #EC35FA Pink Flamingo

📋 copy color: '#EC35FA'

red 236 ◦ green 53 ◦ blue 250

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

Shades of Pink Flamingo #EC35FA

Tints of Pink Flamingo #EC35FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.38%

R = 43.78%
G = 9.83%
B = 46.38%

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

#EC35FA (or 0xEC35FA) is known color: Pink Flamingo. HEX triplet: EC, 35 and FA. RGB value is (236,53,250). Sum of RGB (Red+Green+Blue) = 236+53+250=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 53 (21.09% from 255 or 9.83% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC35FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC35FA is #13CA05. Grayscale: #818181. Windows color (decimal): -1296902 or 16397804. OLE color: 16397804.

HSL color Cylindrical-coordinate representation of color #EC35FA: hue angle of 295.74º degrees, saturation: 0.95, 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 #EC35FA is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 53 250 -
CMYK 0.06 0.79 0 0.02
HSL 295.74º 0.95% 0.59% -
HSV(B) 295.74º 0.79% 0.98% -
XYZ 53.12 27.28 92.91 -
YUV 130.18 195.63 203.48 -
System Red Green Blue C M Y K H S L
Decimal 236 53 250 0.06 0.79 0 0.02 295.74 0.95 0.59
Hex EC 35 FA 6 4F 0 2 128 5F 3B
Octal 354 65 372 6 117 0 2 450 137 73
Binary 11101100 110101 11111010 110 1001111 0 10 100101000 1011111 111011

Color Harmonies of #EC35FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC35FA

Black with #EC35FA

Text Example


Text Example

White with #EC35FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC35FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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