Html Css Color HEX #EC42FD Pink Flamingo

📋 copy color: '#EC42FD'

red 236 ◦ green 66 ◦ blue 253

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

Shades of Pink Flamingo #EC42FD

Tints of Pink Flamingo #EC42FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.59%

R = 42.52%
G = 11.89%
B = 45.59%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC42FD (or 0xEC42FD) is known color: Pink Flamingo. HEX triplet: EC, 42 and FD. RGB value is (236,66,253). Sum of RGB (Red+Green+Blue) = 236+66+253=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 66 (26.17% from 255 or 11.89% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC42FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC42FD is #13BD02. Grayscale: #898989. Windows color (decimal): -1293571 or 16597740. OLE color: 16597740.

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

Color convert

RGB 236 66 253 -
CMYK 0.07 0.74 0 0.01
HSL 294.55º 0.98% 0.63% -
HSV(B) 294.55º 0.74% 0.99% -
XYZ 54.27 28.82 95.63 -
YUV 138.15 192.82 197.79 -
System Red Green Blue C M Y K H S L
Decimal 236 66 253 0.07 0.74 0 0.01 294.55 0.98 0.63
Hex EC 42 FD 7 4A 0 1 127 62 3F
Octal 354 102 375 7 112 0 1 447 142 77
Binary 11101100 1000010 11111101 111 1001010 0 1 100100111 1100010 111111

Color Harmonies of #EC42FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC42FD

Black with #EC42FD

Text Example


Text Example

White with #EC42FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC42FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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