Html Css Color HEX #EB4CFF Pink Flamingo

📋 copy color: '#EB4CFF'

red 235 ◦ green 76 ◦ blue 255

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

Shades of Pink Flamingo #EB4CFF

Tints of Pink Flamingo #EB4CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.43%

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

R = 41.52%
G = 13.43%
B = 45.05%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EB4CFF (or 0xEB4CFF) is known color: Pink Flamingo. HEX triplet: EB, 4C and FF. RGB value is (235,76,255). Sum of RGB (Red+Green+Blue) = 235+76+255=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 76 (30.08% from 255 or 13.43% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB4CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB4CFF is #14B300. Grayscale: #8F8F8F. Windows color (decimal): -1356545 or 16731371. OLE color: 16731371.

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

Color convert

RGB 235 76 255 -
CMYK 0.08 0.70 0 0
HSL 293.3º 1% 0.65% -
HSV(B) 293.3º 0.7% 1% -
XYZ 54.9 30.05 97.51 -
YUV 143.95 190.68 192.95 -
System Red Green Blue C M Y K H S L
Decimal 235 76 255 0.08 0.70 0 0 293.3 1 0.65
Hex EB 4C FF 8 46 0 0 125 64 41
Octal 353 114 377 10 106 0 0 445 144 101
Binary 11101011 1001100 11111111 1000 1000110 0 0 100100101 1100100 1000001

Color Harmonies of #EB4CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4CFF

Black with #EB4CFF

Text Example


Text Example

White with #EB4CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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