Html Css Color HEX #EC42FC Pink Flamingo

📋 copy color: '#EC42FC'

red 236 ◦ green 66 ◦ blue 252

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

Shades of Pink Flamingo #EC42FC

Tints of Pink Flamingo #EC42FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.49%

R = 42.6%
G = 11.91%
B = 45.49%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC42FC (or 0xEC42FC) is known color: Pink Flamingo. HEX triplet: EC, 42 and FC. RGB value is (236,66,252). Sum of RGB (Red+Green+Blue) = 236+66+252=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 66 (26.17% from 255 or 11.91% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC42FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC42FC is #13BD03. Grayscale: #898989. Windows color (decimal): -1293572 or 16532204. OLE color: 16532204.

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

Color convert

RGB 236 66 252 -
CMYK 0.06 0.74 0 0.01
HSL 294.84º 0.97% 0.62% -
HSV(B) 294.84º 0.74% 0.99% -
XYZ 54.11 28.76 94.79 -
YUV 138.03 192.32 197.88 -
System Red Green Blue C M Y K H S L
Decimal 236 66 252 0.06 0.74 0 0.01 294.84 0.97 0.62
Hex EC 42 FC 6 4A 0 1 127 61 3E
Octal 354 102 374 6 112 0 1 447 141 76
Binary 11101100 1000010 11111100 110 1001010 0 1 100100111 1100001 111110

Color Harmonies of #EC42FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC42FC

Black with #EC42FC

Text Example


Text Example

White with #EC42FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC42FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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