Html Css Color HEX #EB64FA Pink Flamingo

📋 copy color: '#EB64FA'

red 235 ◦ green 100 ◦ blue 250

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

Shades of Pink Flamingo #EB64FA

Tints of Pink Flamingo #EB64FA

RGB

 RED value IS 235 (92.19% from 255) = 40.17%

 GREEN value IS 100 (39.45% from 255) = 17.09%

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

R = 40.17%
G = 17.09%
B = 42.74%

CMYK

 C value IS 0.06

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EB64FA (or 0xEB64FA) is known color: Pink Flamingo. HEX triplet: EB, 64 and FA. RGB value is (235,100,250). Sum of RGB (Red+Green+Blue) = 235+100+250=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 100 (39.45% from 255 or 17.09% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #EB64FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB64FA is #149B05. Grayscale: #9D9D9D. Windows color (decimal): -1350406 or 16409835. OLE color: 16409835.

HSL color Cylindrical-coordinate representation of color #EB64FA: hue angle of 294º 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 #EB64FA is Cyan = 0.06, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 235 100 250 -
CMYK 0.06 0.6 0 0.02
HSL 294º 0.94% 0.69% -
HSV(B) 294º 0.6% 0.98% -
XYZ 56.07 33.68 93.99 -
YUV 157.47 180.23 183.3 -
System Red Green Blue C M Y K H S L
Decimal 235 100 250 0.06 0.6 0 0.02 294 0.94 0.69
Hex EB 64 FA 6 3C 0 2 126 5E 45
Octal 353 144 372 6 74 0 2 446 136 105
Binary 11101011 1100100 11111010 110 111100 0 10 100100110 1011110 1000101

Color Harmonies of #EB64FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB64FA

Black with #EB64FA

Text Example


Text Example

White with #EB64FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB64FA; }

 p { color: rgb(235,100,250); }

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

background-color css

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

 a { background-color: rgb(235,100,250); }

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

border-color css

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

 span { border-color: rgb(235,100,250); }

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