Html Css Color HEX #EB4CFB Pink Flamingo

📋 copy color: '#EB4CFB'

red 235 ◦ green 76 ◦ blue 251

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

Shades of Pink Flamingo #EB4CFB

Tints of Pink Flamingo #EB4CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.66%

R = 41.81%
G = 13.52%
B = 44.66%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EB4CFB (or 0xEB4CFB) is known color: Pink Flamingo. HEX triplet: EB, 4C and FB. RGB value is (235,76,251). Sum of RGB (Red+Green+Blue) = 235+76+251=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 76 (30.08% from 255 or 13.52% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #EB4CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB4CFB is #14B304. Grayscale: #8E8E8E. Windows color (decimal): -1356549 or 16469227. OLE color: 16469227.

HSL color Cylindrical-coordinate representation of color #EB4CFB: hue angle of 294.51º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB4CFB is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 235 76 251 -
CMYK 0.06 0.70 0 0.02
HSL 294.51º 0.96% 0.64% -
HSV(B) 294.51º 0.7% 0.98% -
XYZ 54.26 29.8 94.16 -
YUV 143.49 188.68 193.27 -
System Red Green Blue C M Y K H S L
Decimal 235 76 251 0.06 0.70 0 0.02 294.51 0.96 0.64
Hex EB 4C FB 6 46 0 2 127 60 40
Octal 353 114 373 6 106 0 2 447 140 100
Binary 11101011 1001100 11111011 110 1000110 0 10 100100111 1100000 1000000

Color Harmonies of #EB4CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4CFB

Black with #EB4CFB

Text Example


Text Example

White with #EB4CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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