Html Css Color HEX #EB68A6 Hot Pink

📋 copy color: '#EB68A6'

red 235 ◦ green 104 ◦ blue 166

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

Shades of Hot Pink #EB68A6

Tints of Hot Pink #EB68A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 32.87%

R = 46.53%
G = 20.59%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EB68A6 (or 0xEB68A6) is known color: Hot Pink. HEX triplet: EB, 68 and A6. RGB value is (235,104,166). Sum of RGB (Red+Green+Blue) = 235+104+166=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EB68A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB68A6 is #149759. Grayscale: #969696. Windows color (decimal): -1349466 or 10905835. OLE color: 10905835.

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

Color convert

RGB 235 104 166 -
CMYK 0 0.56 0.29 0.08
HSL 331.6º 0.77% 0.66% -
HSV(B) 331.6º 0.56% 0.92% -
XYZ 46.09 30.32 39.5 -
YUV 150.24 136.9 188.46 -
System Red Green Blue C M Y K H S L
Decimal 235 104 166 0 0.56 0.29 0.08 331.6 0.77 0.66
Hex EB 68 A6 0 38 1D 8 14C 4D 42
Octal 353 150 246 0 70 35 10 514 115 102
Binary 11101011 1101000 10100110 0 111000 11101 1000 101001100 1001101 1000010

Color Harmonies of #EB68A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB68A6

Black with #EB68A6

Text Example


Text Example

White with #EB68A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB68A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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