Html Css Color HEX #EB68AB Hot Pink

📋 copy color: '#EB68AB'

red 235 ◦ green 104 ◦ blue 171

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

Shades of Hot Pink #EB68AB

Tints of Hot Pink #EB68AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.53%

R = 46.08%
G = 20.39%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EB68AB (or 0xEB68AB) is known color: Hot Pink. HEX triplet: EB, 68 and AB. RGB value is (235,104,171). Sum of RGB (Red+Green+Blue) = 235+104+171=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 235 - color contains mainly: red. Hex color #EB68AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB68AB is #149754. Grayscale: #969696. Windows color (decimal): -1349461 or 11233515. OLE color: 11233515.

HSL color Cylindrical-coordinate representation of color #EB68AB: hue angle of 329.31º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB68AB is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 104 171 -
CMYK 0 0.56 0.27 0.08
HSL 329.31º 0.77% 0.66% -
HSV(B) 329.31º 0.56% 0.92% -
XYZ 46.56 30.5 41.96 -
YUV 150.81 139.4 188.05 -
System Red Green Blue C M Y K H S L
Decimal 235 104 171 0 0.56 0.27 0.08 329.31 0.77 0.66
Hex EB 68 AB 0 38 1B 8 149 4D 42
Octal 353 150 253 0 70 33 10 511 115 102
Binary 11101011 1101000 10101011 0 111000 11011 1000 101001001 1001101 1000010

Color Harmonies of #EB68AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB68AB

Black with #EB68AB

Text Example


Text Example

White with #EB68AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB68AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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