Html Css Color HEX #EB4CFE Pink Flamingo

📋 copy color: '#EB4CFE'

red 235 ◦ green 76 ◦ blue 254

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

Shades of Pink Flamingo #EB4CFE

Tints of Pink Flamingo #EB4CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.96%

R = 41.59%
G = 13.45%
B = 44.96%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EB4CFE (or 0xEB4CFE) is known color: Pink Flamingo. HEX triplet: EB, 4C and FE. RGB value is (235,76,254). Sum of RGB (Red+Green+Blue) = 235+76+254=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 76 (30.08% from 255 or 13.45% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #EB4CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB4CFE is #14B301. Grayscale: #8F8F8F. Windows color (decimal): -1356546 or 16665835. OLE color: 16665835.

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

Color convert

RGB 235 76 254 -
CMYK 0.07 0.70 0 0.00
HSL 293.6º 0.99% 0.65% -
HSV(B) 293.6º 0.7% 1% -
XYZ 54.73 29.99 96.67 -
YUV 143.83 190.18 193.03 -
System Red Green Blue C M Y K H S L
Decimal 235 76 254 0.07 0.70 0 0.00 293.6 0.99 0.65
Hex EB 4C FE 7 46 0 0 126 63 41
Octal 353 114 376 7 106 0 0 446 143 101
Binary 11101011 1001100 11111110 111 1000110 0 0 100100110 1100011 1000001

Color Harmonies of #EB4CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4CFE

Black with #EB4CFE

Text Example


Text Example

White with #EB4CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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