Html Css Color HEX #EB68AF Hot Pink

📋 copy color: '#EB68AF'

red 235 ◦ green 104 ◦ blue 175

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

Shades of Hot Pink #EB68AF

Tints of Hot Pink #EB68AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.05%

R = 45.72%
G = 20.23%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EB68AF (or 0xEB68AF) is known color: Hot Pink. HEX triplet: EB, 68 and AF. RGB value is (235,104,175). Sum of RGB (Red+Green+Blue) = 235+104+175=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EB68AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB68AF is #149750. Grayscale: #979797. Windows color (decimal): -1349457 or 11495659. OLE color: 11495659.

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

Color convert

RGB 235 104 175 -
CMYK 0 0.56 0.26 0.08
HSL 327.48º 0.77% 0.66% -
HSV(B) 327.48º 0.56% 0.92% -
XYZ 46.95 30.66 44 -
YUV 151.26 141.4 187.73 -
System Red Green Blue C M Y K H S L
Decimal 235 104 175 0 0.56 0.26 0.08 327.48 0.77 0.66
Hex EB 68 AF 0 38 1A 8 147 4D 42
Octal 353 150 257 0 70 32 10 507 115 102
Binary 11101011 1101000 10101111 0 111000 11010 1000 101000111 1001101 1000010

Color Harmonies of #EB68AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB68AF

Black with #EB68AF

Text Example


Text Example

White with #EB68AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB68AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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