Html Css Color HEX #EB4EFF Pink Flamingo

📋 copy color: '#EB4EFF'

red 235 ◦ green 78 ◦ blue 255

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

Shades of Pink Flamingo #EB4EFF

Tints of Pink Flamingo #EB4EFF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 13.73%

 BLUE value IS 255 (100% from 255) = 44.89%

R = 41.37%
G = 13.73%
B = 44.89%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EB4EFF (or 0xEB4EFF) is known color: Pink Flamingo. HEX triplet: EB, 4E and FF. RGB value is (235,78,255). Sum of RGB (Red+Green+Blue) = 235+78+255=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 78 (30.86% from 255 or 13.73% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB4EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB4EFF is #14B100. Grayscale: #909090. Windows color (decimal): -1356033 or 16731883. OLE color: 16731883.

HSL color Cylindrical-coordinate representation of color #EB4EFF: hue angle of 293.22º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB4EFF is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 235 78 255 -
CMYK 0.08 0.69 0 0
HSL 293.22º 1% 0.65% -
HSV(B) 293.22º 0.69% 1% -
XYZ 55.04 30.33 97.56 -
YUV 145.12 190.01 192.11 -
System Red Green Blue C M Y K H S L
Decimal 235 78 255 0.08 0.69 0 0 293.22 1 0.65
Hex EB 4E FF 8 45 0 0 125 64 41
Octal 353 116 377 10 105 0 0 445 144 101
Binary 11101011 1001110 11111111 1000 1000101 0 0 100100101 1100100 1000001

Color Harmonies of #EB4EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4EFF

Black with #EB4EFF

Text Example


Text Example

White with #EB4EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4EFF; }

 p { color: rgb(235,78,255); }

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

background-color css

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

 a { background-color: rgb(235,78,255); }

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

border-color css

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

 span { border-color: rgb(235,78,255); }

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