Html Css Color HEX #EB40FA Pink Flamingo

📋 copy color: '#EB40FA'

red 235 ◦ green 64 ◦ blue 250

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

Shades of Pink Flamingo #EB40FA

Tints of Pink Flamingo #EB40FA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.66%

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

R = 42.81%
G = 11.66%
B = 45.54%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EB40FA (or 0xEB40FA) is known color: Pink Flamingo. HEX triplet: EB, 40 and FA. RGB value is (235,64,250). Sum of RGB (Red+Green+Blue) = 235+64+250=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 64 (25.39% from 255 or 11.66% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #EB40FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB40FA is #14BF05. Grayscale: #878787. Windows color (decimal): -1359622 or 16400619. OLE color: 16400619.

HSL color Cylindrical-coordinate representation of color #EB40FA: hue angle of 295.16º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB40FA is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 235 64 250 -
CMYK 0.06 0.74 0 0.02
HSL 295.16º 0.95% 0.62% -
HSV(B) 295.16º 0.74% 0.98% -
XYZ 53.35 28.23 93.08 -
YUV 136.33 192.15 198.38 -
System Red Green Blue C M Y K H S L
Decimal 235 64 250 0.06 0.74 0 0.02 295.16 0.95 0.62
Hex EB 40 FA 6 4A 0 2 127 5F 3E
Octal 353 100 372 6 112 0 2 447 137 76
Binary 11101011 1000000 11111010 110 1001010 0 10 100100111 1011111 111110

Color Harmonies of #EB40FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB40FA

Black with #EB40FA

Text Example


Text Example

White with #EB40FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB40FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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