Html Css Color HEX #EC69F1 Pink Flamingo

📋 copy color: '#EC69F1'

red 236 ◦ green 105 ◦ blue 241

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

Shades of Pink Flamingo #EC69F1

Tints of Pink Flamingo #EC69F1

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.04%

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

R = 40.55%
G = 18.04%
B = 41.41%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EC69F1 (or 0xEC69F1) is known color: Pink Flamingo. HEX triplet: EC, 69 and F1. RGB value is (236,105,241). Sum of RGB (Red+Green+Blue) = 236+105+241=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 105 (41.41% from 255 or 18.04% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC69F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC69F1 is #13960E. Grayscale: #9F9F9F. Windows color (decimal): -1283599 or 15821292. OLE color: 15821292.

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

Color convert

RGB 236 105 241 -
CMYK 0.02 0.56 0 0.05
HSL 297.79º 0.83% 0.68% -
HSV(B) 297.79º 0.56% 0.95% -
XYZ 55.52 34.29 86.91 -
YUV 159.67 173.9 182.44 -
System Red Green Blue C M Y K H S L
Decimal 236 105 241 0.02 0.56 0 0.05 297.79 0.83 0.68
Hex EC 69 F1 2 38 0 5 12A 53 44
Octal 354 151 361 2 70 0 5 452 123 104
Binary 11101100 1101001 11110001 10 111000 0 101 100101010 1010011 1000100

Color Harmonies of #EC69F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC69F1

Black with #EC69F1

Text Example


Text Example

White with #EC69F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC69F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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