Html Css Color HEX #EB6DAE Hot Pink

📋 copy color: '#EB6DAE'

red 235 ◦ green 109 ◦ blue 174

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

Shades of Hot Pink #EB6DAE

Tints of Hot Pink #EB6DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.04%

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

R = 45.37%
G = 21.04%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EB6DAE (or 0xEB6DAE) is known color: Hot Pink. HEX triplet: EB, 6D and AE. RGB value is (235,109,174). Sum of RGB (Red+Green+Blue) = 235+109+174=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6DAE is #149251. Grayscale: #999999. Windows color (decimal): -1348178 or 11431403. OLE color: 11431403.

HSL color Cylindrical-coordinate representation of color #EB6DAE: hue angle of 329.05º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB6DAE is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 109 174 -
CMYK 0 0.54 0.26 0.08
HSL 329.05º 0.76% 0.67% -
HSV(B) 329.05º 0.54% 0.92% -
XYZ 47.37 31.66 43.66 -
YUV 154.08 139.24 185.71 -
System Red Green Blue C M Y K H S L
Decimal 235 109 174 0 0.54 0.26 0.08 329.05 0.76 0.67
Hex EB 6D AE 0 36 1A 8 149 4C 43
Octal 353 155 256 0 66 32 10 511 114 103
Binary 11101011 1101101 10101110 0 110110 11010 1000 101001001 1001100 1000011

Color Harmonies of #EB6DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6DAE

Black with #EB6DAE

Text Example


Text Example

White with #EB6DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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