Html Css Color HEX #EC3AFD Pink Flamingo

📋 copy color: '#EC3AFD'

red 236 ◦ green 58 ◦ blue 253

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

Shades of Pink Flamingo #EC3AFD

Tints of Pink Flamingo #EC3AFD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 10.6%

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

R = 43.14%
G = 10.6%
B = 46.25%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC3AFD (or 0xEC3AFD) is known color: Pink Flamingo. HEX triplet: EC, 3A and FD. RGB value is (236,58,253). Sum of RGB (Red+Green+Blue) = 236+58+253=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 58 (23.05% from 255 or 10.60% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC3AFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3AFD is #13C502. Grayscale: #848484. Windows color (decimal): -1295619 or 16595692. OLE color: 16595692.

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

Color convert

RGB 236 58 253 -
CMYK 0.07 0.77 0 0.01
HSL 294.77º 0.98% 0.61% -
HSV(B) 294.77º 0.77% 0.99% -
XYZ 53.83 27.95 95.49 -
YUV 133.45 195.47 201.14 -
System Red Green Blue C M Y K H S L
Decimal 236 58 253 0.07 0.77 0 0.01 294.77 0.98 0.61
Hex EC 3A FD 7 4D 0 1 127 62 3D
Octal 354 72 375 7 115 0 1 447 142 75
Binary 11101100 111010 11111101 111 1001101 0 1 100100111 1100010 111101

Color Harmonies of #EC3AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3AFD

Black with #EC3AFD

Text Example


Text Example

White with #EC3AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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