Html Css Color HEX #EC65FA Pink Flamingo

📋 copy color: '#EC65FA'

red 236 ◦ green 101 ◦ blue 250

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

Shades of Pink Flamingo #EC65FA

Tints of Pink Flamingo #EC65FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.59%

R = 40.2%
G = 17.21%
B = 42.59%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC65FA (or 0xEC65FA) is known color: Pink Flamingo. HEX triplet: EC, 65 and FA. RGB value is (236,101,250). Sum of RGB (Red+Green+Blue) = 236+101+250=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 101 (39.84% from 255 or 17.21% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC65FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC65FA is #139A05. Grayscale: #9D9D9D. Windows color (decimal): -1284614 or 16410092. OLE color: 16410092.

HSL color Cylindrical-coordinate representation of color #EC65FA: hue angle of 294.36º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC65FA is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 101 250 -
CMYK 0.06 0.60 0 0.02
HSL 294.36º 0.94% 0.69% -
HSV(B) 294.36º 0.6% 0.98% -
XYZ 56.5 34.04 94.04 -
YUV 158.35 179.73 183.38 -
System Red Green Blue C M Y K H S L
Decimal 236 101 250 0.06 0.60 0 0.02 294.36 0.94 0.69
Hex EC 65 FA 6 3C 0 2 126 5E 45
Octal 354 145 372 6 74 0 2 446 136 105
Binary 11101100 1100101 11111010 110 111100 0 10 100100110 1011110 1000101

Color Harmonies of #EC65FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC65FA

Black with #EC65FA

Text Example


Text Example

White with #EC65FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC65FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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