Html Css Color HEX #EB68B5 Hot Pink

📋 copy color: '#EB68B5'

red 235 ◦ green 104 ◦ blue 181

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

Shades of Hot Pink #EB68B5

Tints of Hot Pink #EB68B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.81%

R = 45.19%
G = 20%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EB68B5 (or 0xEB68B5) is known color: Hot Pink. HEX triplet: EB, 68 and B5. RGB value is (235,104,181). Sum of RGB (Red+Green+Blue) = 235+104+181=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 235 - color contains mainly: red. Hex color #EB68B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB68B5 is #14974A. Grayscale: #979797. Windows color (decimal): -1349451 or 11888875. OLE color: 11888875.

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

Color convert

RGB 235 104 181 -
CMYK 0 0.56 0.23 0.08
HSL 324.73º 0.77% 0.66% -
HSV(B) 324.73º 0.56% 0.92% -
XYZ 47.55 30.9 47.17 -
YUV 151.95 144.4 187.24 -
System Red Green Blue C M Y K H S L
Decimal 235 104 181 0 0.56 0.23 0.08 324.73 0.77 0.66
Hex EB 68 B5 0 38 17 8 145 4D 42
Octal 353 150 265 0 70 27 10 505 115 102
Binary 11101011 1101000 10110101 0 111000 10111 1000 101000101 1001101 1000010

Color Harmonies of #EB68B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB68B5

Black with #EB68B5

Text Example


Text Example

White with #EB68B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB68B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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