Html Css Color HEX #EB61FC Pink Flamingo

📋 copy color: '#EB61FC'

red 235 ◦ green 97 ◦ blue 252

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

Shades of Pink Flamingo #EB61FC

Tints of Pink Flamingo #EB61FC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 16.61%

 BLUE value IS 252 (98.83% from 255) = 43.15%

R = 40.24%
G = 16.61%
B = 43.15%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EB61FC (or 0xEB61FC) is known color: Pink Flamingo. HEX triplet: EB, 61 and FC. RGB value is (235,97,252). Sum of RGB (Red+Green+Blue) = 235+97+252=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 97 (38.28% from 255 or 16.61% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #EB61FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB61FC is #149E03. Grayscale: #9B9B9B. Windows color (decimal): -1351172 or 16540139. OLE color: 16540139.

HSL color Cylindrical-coordinate representation of color #EB61FC: hue angle of 293.42º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EB61FC is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 235 97 252 -
CMYK 0.07 0.62 0 0.01
HSL 293.42º 0.96% 0.68% -
HSV(B) 293.42º 0.62% 0.99% -
XYZ 56.11 33.24 95.55 -
YUV 155.93 182.22 184.4 -
System Red Green Blue C M Y K H S L
Decimal 235 97 252 0.07 0.62 0 0.01 293.42 0.96 0.68
Hex EB 61 FC 7 3E 0 1 125 60 44
Octal 353 141 374 7 76 0 1 445 140 104
Binary 11101011 1100001 11111100 111 111110 0 1 100100101 1100000 1000100

Color Harmonies of #EB61FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB61FC

Black with #EB61FC

Text Example


Text Example

White with #EB61FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB61FC; }

 p { color: rgb(235,97,252); }

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

background-color css

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

 a { background-color: rgb(235,97,252); }

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

border-color css

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

 span { border-color: rgb(235,97,252); }

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