Html Css Color HEX #EB68A5 Hot Pink

📋 copy color: '#EB68A5'

red 235 ◦ green 104 ◦ blue 165

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

Shades of Hot Pink #EB68A5

Tints of Hot Pink #EB68A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.74%

R = 46.63%
G = 20.63%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EB68A5 (or 0xEB68A5) is known color: Hot Pink. HEX triplet: EB, 68 and A5. RGB value is (235,104,165). Sum of RGB (Red+Green+Blue) = 235+104+165=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EB68A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB68A5 is #14975A. Grayscale: #969696. Windows color (decimal): -1349467 or 10840299. OLE color: 10840299.

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

Color convert

RGB 235 104 165 -
CMYK 0 0.56 0.30 0.08
HSL 332.06º 0.77% 0.66% -
HSV(B) 332.06º 0.56% 0.92% -
XYZ 46 30.28 39.02 -
YUV 150.12 136.4 188.54 -
System Red Green Blue C M Y K H S L
Decimal 235 104 165 0 0.56 0.30 0.08 332.06 0.77 0.66
Hex EB 68 A5 0 38 1E 8 14C 4D 42
Octal 353 150 245 0 70 36 10 514 115 102
Binary 11101011 1101000 10100101 0 111000 11110 1000 101001100 1001101 1000010

Color Harmonies of #EB68A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB68A5

Black with #EB68A5

Text Example


Text Example

White with #EB68A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB68A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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