Html Css Color HEX #EC68F8 Pink Flamingo

📋 copy color: '#EC68F8'

red 236 ◦ green 104 ◦ blue 248

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

Shades of Pink Flamingo #EC68F8

Tints of Pink Flamingo #EC68F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.18%

R = 40.14%
G = 17.69%
B = 42.18%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EC68F8 (or 0xEC68F8) is known color: Pink Flamingo. HEX triplet: EC, 68 and F8. RGB value is (236,104,248). Sum of RGB (Red+Green+Blue) = 236+104+248=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 104 (41.02% from 255 or 17.69% from 588); Blue value is 248 (97.27% from 255 or 42.18% from 588); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC68F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC68F8 is #139707. Grayscale: #9F9F9F. Windows color (decimal): -1283848 or 16279788. OLE color: 16279788.

HSL color Cylindrical-coordinate representation of color #EC68F8: hue angle of 295º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC68F8 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 236 104 248 -
CMYK 0.05 0.58 0 0.03
HSL 295º 0.91% 0.69% -
HSV(B) 295º 0.58% 0.97% -
XYZ 56.49 34.51 92.49 -
YUV 159.88 177.73 182.29 -
System Red Green Blue C M Y K H S L
Decimal 236 104 248 0.05 0.58 0 0.03 295 0.91 0.69
Hex EC 68 F8 5 3A 0 3 127 5B 45
Octal 354 150 370 5 72 0 3 447 133 105
Binary 11101100 1101000 11111000 101 111010 0 11 100100111 1011011 1000101

Color Harmonies of #EC68F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC68F8

Black with #EC68F8

Text Example


Text Example

White with #EC68F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC68F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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