Html Css Color HEX #EC65FD Pink Flamingo

📋 copy color: '#EC65FD'

red 236 ◦ green 101 ◦ blue 253

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

Shades of Pink Flamingo #EC65FD

Tints of Pink Flamingo #EC65FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.88%

R = 40%
G = 17.12%
B = 42.88%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC65FD (or 0xEC65FD) is known color: Pink Flamingo. HEX triplet: EC, 65 and FD. RGB value is (236,101,253). Sum of RGB (Red+Green+Blue) = 236+101+253=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 101 (39.84% from 255 or 17.12% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC65FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC65FD is #139A02. Grayscale: #9E9E9E. Windows color (decimal): -1284611 or 16606700. OLE color: 16606700.

HSL color Cylindrical-coordinate representation of color #EC65FD: hue angle of 293.29º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC65FD is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 101 253 -
CMYK 0.07 0.60 0 0.01
HSL 293.29º 0.97% 0.69% -
HSV(B) 293.29º 0.6% 0.99% -
XYZ 56.98 34.23 96.53 -
YUV 158.69 181.23 183.14 -
System Red Green Blue C M Y K H S L
Decimal 236 101 253 0.07 0.60 0 0.01 293.29 0.97 0.69
Hex EC 65 FD 7 3C 0 1 125 61 45
Octal 354 145 375 7 74 0 1 445 141 105
Binary 11101100 1100101 11111101 111 111100 0 1 100100101 1100001 1000101

Color Harmonies of #EC65FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC65FD

Black with #EC65FD

Text Example


Text Example

White with #EC65FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC65FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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