Html Css Color HEX #EB5DAE Hot Pink

📋 copy color: '#EB5DAE'

red 235 ◦ green 93 ◦ blue 174

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

Shades of Hot Pink #EB5DAE

Tints of Hot Pink #EB5DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.53%

 BLUE value IS 174 (68.36% from 255) = 34.66%

R = 46.81%
G = 18.53%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EB5DAE (or 0xEB5DAE) is known color: Hot Pink. HEX triplet: EB, 5D and AE. RGB value is (235,93,174). Sum of RGB (Red+Green+Blue) = 235+93+174=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5DAE is #14A251. Grayscale: #909090. Windows color (decimal): -1352274 or 11427307. OLE color: 11427307.

HSL color Cylindrical-coordinate representation of color #EB5DAE: hue angle of 325.77º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB5DAE is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 93 174 -
CMYK 0 0.60 0.26 0.08
HSL 325.77º 0.78% 0.64% -
HSV(B) 325.77º 0.6% 0.92% -
XYZ 45.82 28.55 43.14 -
YUV 144.69 144.54 192.41 -
System Red Green Blue C M Y K H S L
Decimal 235 93 174 0 0.60 0.26 0.08 325.77 0.78 0.64
Hex EB 5D AE 0 3C 1A 8 146 4E 40
Octal 353 135 256 0 74 32 10 506 116 100
Binary 11101011 1011101 10101110 0 111100 11010 1000 101000110 1001110 1000000

Color Harmonies of #EB5DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5DAE

Black with #EB5DAE

Text Example


Text Example

White with #EB5DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5DAE; }

 p { color: rgb(235,93,174); }

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

background-color css

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

 a { background-color: rgb(235,93,174); }

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

border-color css

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

 span { border-color: rgb(235,93,174); }

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