Html Css Color HEX #EB68EF Pink Flamingo

📋 copy color: '#EB68EF'

red 235 ◦ green 104 ◦ blue 239

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

Shades of Pink Flamingo #EB68EF

Tints of Pink Flamingo #EB68EF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.99%

 BLUE value IS 239 (93.75% from 255) = 41.35%

R = 40.66%
G = 17.99%
B = 41.35%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EB68EF (or 0xEB68EF) is known color: Pink Flamingo. HEX triplet: EB, 68 and EF. RGB value is (235,104,239). Sum of RGB (Red+Green+Blue) = 235+104+239=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 104 (41.02% from 255 or 17.99% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #EB68EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB68EF is #149710. Grayscale: #9E9E9E. Windows color (decimal): -1349393 or 15689963. OLE color: 15689963.

HSL color Cylindrical-coordinate representation of color #EB68EF: hue angle of 298.22º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB68EF is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 104 239 -
CMYK 0.02 0.56 0 0.06
HSL 298.22º 0.81% 0.67% -
HSV(B) 298.22º 0.56% 0.94% -
XYZ 54.79 33.79 85.3 -
YUV 158.56 173.4 182.52 -
System Red Green Blue C M Y K H S L
Decimal 235 104 239 0.02 0.56 0 0.06 298.22 0.81 0.67
Hex EB 68 EF 2 38 0 6 12A 51 43
Octal 353 150 357 2 70 0 6 452 121 103
Binary 11101011 1101000 11101111 10 111000 0 110 100101010 1010001 1000011

Color Harmonies of #EB68EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB68EF

Black with #EB68EF

Text Example


Text Example

White with #EB68EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB68EF; }

 p { color: rgb(235,104,239); }

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

background-color css

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

 a { background-color: rgb(235,104,239); }

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

border-color css

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

 span { border-color: rgb(235,104,239); }

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