Html Css Color HEX #EB64EE Pink Flamingo

📋 copy color: '#EB64EE'

red 235 ◦ green 100 ◦ blue 238

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

Shades of Pink Flamingo #EB64EE

Tints of Pink Flamingo #EB64EE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.45%

 BLUE value IS 238 (93.36% from 255) = 41.54%

R = 41.01%
G = 17.45%
B = 41.54%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EB64EE (or 0xEB64EE) is known color: Pink Flamingo. HEX triplet: EB, 64 and EE. RGB value is (235,100,238). Sum of RGB (Red+Green+Blue) = 235+100+238=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 100 (39.45% from 255 or 17.45% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #EB64EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB64EE is #149B11. Grayscale: #9B9B9B. Windows color (decimal): -1350418 or 15623403. OLE color: 15623403.

HSL color Cylindrical-coordinate representation of color #EB64EE: hue angle of 298.7º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EB64EE is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 100 238 -
CMYK 0.01 0.58 0 0.07
HSL 298.7º 0.8% 0.66% -
HSV(B) 298.7º 0.58% 0.93% -
XYZ 54.25 32.95 84.39 -
YUV 156.1 174.23 184.28 -
System Red Green Blue C M Y K H S L
Decimal 235 100 238 0.01 0.58 0 0.07 298.7 0.8 0.66
Hex EB 64 EE 1 3A 0 7 12B 50 42
Octal 353 144 356 1 72 0 7 453 120 102
Binary 11101011 1100100 11101110 1 111010 0 111 100101011 1010000 1000010

Color Harmonies of #EB64EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB64EE

Black with #EB64EE

Text Example


Text Example

White with #EB64EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB64EE; }

 p { color: rgb(235,100,238); }

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

background-color css

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

 a { background-color: rgb(235,100,238); }

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

border-color css

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

 span { border-color: rgb(235,100,238); }

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