Html Css Color HEX #EC68F1 Pink Flamingo

📋 copy color: '#EC68F1'

red 236 ◦ green 104 ◦ blue 241

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

Shades of Pink Flamingo #EC68F1

Tints of Pink Flamingo #EC68F1

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.9%

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

R = 40.62%
G = 17.9%
B = 41.48%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EC68F1 (or 0xEC68F1) is known color: Pink Flamingo. HEX triplet: EC, 68 and F1. RGB value is (236,104,241). Sum of RGB (Red+Green+Blue) = 236+104+241=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 104 (41.02% from 255 or 17.90% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC68F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC68F1 is #13970E. Grayscale: #9E9E9E. Windows color (decimal): -1283855 or 15821036. OLE color: 15821036.

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

Color convert

RGB 236 104 241 -
CMYK 0.02 0.57 0 0.05
HSL 297.81º 0.83% 0.68% -
HSV(B) 297.81º 0.57% 0.95% -
XYZ 55.42 34.08 86.88 -
YUV 159.09 174.23 182.86 -
System Red Green Blue C M Y K H S L
Decimal 236 104 241 0.02 0.57 0 0.05 297.81 0.83 0.68
Hex EC 68 F1 2 39 0 5 12A 53 44
Octal 354 150 361 2 71 0 5 452 123 104
Binary 11101100 1101000 11110001 10 111001 0 101 100101010 1010011 1000100

Color Harmonies of #EC68F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC68F1

Black with #EC68F1

Text Example


Text Example

White with #EC68F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC68F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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