Html Css Color HEX #EC42FA Pink Flamingo

📋 copy color: '#EC42FA'

red 236 ◦ green 66 ◦ blue 250

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

Shades of Pink Flamingo #EC42FA

Tints of Pink Flamingo #EC42FA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 11.96%

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

R = 42.75%
G = 11.96%
B = 45.29%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC42FA (or 0xEC42FA) is known color: Pink Flamingo. HEX triplet: EC, 42 and FA. RGB value is (236,66,250). Sum of RGB (Red+Green+Blue) = 236+66+250=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 66 (26.17% from 255 or 11.96% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC42FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC42FA is #13BD05. Grayscale: #898989. Windows color (decimal): -1293574 or 16401132. OLE color: 16401132.

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

Color convert

RGB 236 66 250 -
CMYK 0.06 0.74 0 0.02
HSL 295.43º 0.95% 0.62% -
HSV(B) 295.43º 0.74% 0.98% -
XYZ 53.8 28.63 93.13 -
YUV 137.81 191.32 198.04 -
System Red Green Blue C M Y K H S L
Decimal 236 66 250 0.06 0.74 0 0.02 295.43 0.95 0.62
Hex EC 42 FA 6 4A 0 2 127 5F 3E
Octal 354 102 372 6 112 0 2 447 137 76
Binary 11101100 1000010 11111010 110 1001010 0 10 100100111 1011111 111110

Color Harmonies of #EC42FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC42FA

Black with #EC42FA

Text Example


Text Example

White with #EC42FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC42FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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