Html Css Color HEX #E64BFB Pink Flamingo

📋 copy color: '#E64BFB'

red 230 ◦ green 75 ◦ blue 251

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

Shades of Pink Flamingo #E64BFB

Tints of Pink Flamingo #E64BFB

RGB

 RED value IS 230 (90.23% from 255) = 41.37%

 GREEN value IS 75 (29.69% from 255) = 13.49%

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

R = 41.37%
G = 13.49%
B = 45.14%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E64BFB (or 0xE64BFB) is known color: Pink Flamingo. HEX triplet: E6, 4B and FB. RGB value is (230,75,251). Sum of RGB (Red+Green+Blue) = 230+75+251=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 75 (29.69% from 255 or 13.49% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #E64BFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E64BFB is #19B404. Grayscale: #8C8C8C. Windows color (decimal): -1684485 or 16468966. OLE color: 16468966.

HSL color Cylindrical-coordinate representation of color #E64BFB: hue angle of 292.84º 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 #E64BFB is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 75 251 -
CMYK 0.08 0.70 0 0.02
HSL 292.84º 0.96% 0.64% -
HSV(B) 292.84º 0.7% 0.98% -
XYZ 52.56 28.82 94.06 -
YUV 141.41 189.85 191.19 -
System Red Green Blue C M Y K H S L
Decimal 230 75 251 0.08 0.70 0 0.02 292.84 0.96 0.64
Hex E6 4B FB 8 46 0 2 125 60 40
Octal 346 113 373 10 106 0 2 445 140 100
Binary 11100110 1001011 11111011 1000 1000110 0 10 100100101 1100000 1000000

Color Harmonies of #E64BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64BFB

Black with #E64BFB

Text Example


Text Example

White with #E64BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64BFB; }

 p { color: rgb(230,75,251); }

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

background-color css

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

 a { background-color: rgb(230,75,251); }

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

border-color css

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

 span { border-color: rgb(230,75,251); }

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