Html Css Color HEX #EC65F7 Pink Flamingo

📋 copy color: '#EC65F7'

red 236 ◦ green 101 ◦ blue 247

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

Shades of Pink Flamingo #EC65F7

Tints of Pink Flamingo #EC65F7

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.29%

 BLUE value IS 247 (96.88% from 255) = 42.29%

R = 40.41%
G = 17.29%
B = 42.29%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EC65F7 (or 0xEC65F7) is known color: Pink Flamingo. HEX triplet: EC, 65 and F7. RGB value is (236,101,247). Sum of RGB (Red+Green+Blue) = 236+101+247=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 101 (39.84% from 255 or 17.29% from 584); Blue value is 247 (96.88% from 255 or 42.29% from 584); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC65F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC65F7 is #139A08. Grayscale: #9D9D9D. Windows color (decimal): -1284617 or 16213484. OLE color: 16213484.

HSL color Cylindrical-coordinate representation of color #EC65F7: hue angle of 295.48º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC65F7 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 236 101 247 -
CMYK 0.04 0.59 0 0.03
HSL 295.48º 0.9% 0.68% -
HSV(B) 295.48º 0.59% 0.97% -
XYZ 56.03 33.86 91.58 -
YUV 158.01 178.23 183.63 -
System Red Green Blue C M Y K H S L
Decimal 236 101 247 0.04 0.59 0 0.03 295.48 0.9 0.68
Hex EC 65 F7 4 3B 0 3 127 5A 44
Octal 354 145 367 4 73 0 3 447 132 104
Binary 11101100 1100101 11110111 100 111011 0 11 100100111 1011010 1000100

Color Harmonies of #EC65F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC65F7

Black with #EC65F7

Text Example


Text Example

White with #EC65F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC65F7; }

 p { color: rgb(236,101,247); }

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

background-color css

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

 a { background-color: rgb(236,101,247); }

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

border-color css

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

 span { border-color: rgb(236,101,247); }

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