Html Css Color HEX #EB5DB2 Hot Pink

📋 copy color: '#EB5DB2'

red 235 ◦ green 93 ◦ blue 178

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

Shades of Hot Pink #EB5DB2

Tints of Hot Pink #EB5DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.18%

R = 46.44%
G = 18.38%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EB5DB2 (or 0xEB5DB2) is known color: Hot Pink. HEX triplet: EB, 5D and B2. RGB value is (235,93,178). Sum of RGB (Red+Green+Blue) = 235+93+178=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5DB2 is #14A24D. Grayscale: #909090. Windows color (decimal): -1352270 or 11689451. OLE color: 11689451.

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

Color convert

RGB 235 93 178 -
CMYK 0 0.60 0.24 0.08
HSL 324.08º 0.78% 0.64% -
HSV(B) 324.08º 0.6% 0.92% -
XYZ 46.21 28.71 45.22 -
YUV 145.15 146.54 192.09 -
System Red Green Blue C M Y K H S L
Decimal 235 93 178 0 0.60 0.24 0.08 324.08 0.78 0.64
Hex EB 5D B2 0 3C 18 8 144 4E 40
Octal 353 135 262 0 74 30 10 504 116 100
Binary 11101011 1011101 10110010 0 111100 11000 1000 101000100 1001110 1000000

Color Harmonies of #EB5DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5DB2

Black with #EB5DB2

Text Example


Text Example

White with #EB5DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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