Html Css Color HEX #EC58F1 Pink Flamingo

📋 copy color: '#EC58F1'

red 236 ◦ green 88 ◦ blue 241

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

Shades of Pink Flamingo #EC58F1

Tints of Pink Flamingo #EC58F1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.58%

 BLUE value IS 241 (94.53% from 255) = 42.65%

R = 41.77%
G = 15.58%
B = 42.65%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EC58F1 (or 0xEC58F1) is known color: Pink Flamingo. HEX triplet: EC, 58 and F1. RGB value is (236,88,241). Sum of RGB (Red+Green+Blue) = 236+88+241=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 88 (34.77% from 255 or 15.58% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC58F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC58F1 is #13A70E. Grayscale: #959595. Windows color (decimal): -1287951 or 15816940. OLE color: 15816940.

HSL color Cylindrical-coordinate representation of color #EC58F1: hue angle of 298.04º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC58F1 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 88 241 -
CMYK 0.02 0.63 0 0.05
HSL 298.04º 0.85% 0.65% -
HSV(B) 298.04º 0.63% 0.95% -
XYZ 53.96 31.16 86.39 -
YUV 149.69 179.53 189.56 -
System Red Green Blue C M Y K H S L
Decimal 236 88 241 0.02 0.63 0 0.05 298.04 0.85 0.65
Hex EC 58 F1 2 3F 0 5 12A 55 41
Octal 354 130 361 2 77 0 5 452 125 101
Binary 11101100 1011000 11110001 10 111111 0 101 100101010 1010101 1000001

Color Harmonies of #EC58F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC58F1

Black with #EC58F1

Text Example


Text Example

White with #EC58F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC58F1; }

 p { color: rgb(236,88,241); }

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

background-color css

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

 a { background-color: rgb(236,88,241); }

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

border-color css

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

 span { border-color: rgb(236,88,241); }

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