Html Css Color HEX #EB5CBA Hot Pink

📋 copy color: '#EB5CBA'

red 235 ◦ green 92 ◦ blue 186

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

Shades of Hot Pink #EB5CBA

Tints of Hot Pink #EB5CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.93%

 BLUE value IS 186 (73.05% from 255) = 36.26%

R = 45.81%
G = 17.93%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EB5CBA (or 0xEB5CBA) is known color: Hot Pink. HEX triplet: EB, 5C and BA. RGB value is (235,92,186). Sum of RGB (Red+Green+Blue) = 235+92+186=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 92 (36.33% from 255 or 17.93% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5CBA is #14A345. Grayscale: #919191. Windows color (decimal): -1352518 or 12213483. OLE color: 12213483.

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

Color convert

RGB 235 92 186 -
CMYK 0 0.61 0.21 0.08
HSL 320.56º 0.78% 0.64% -
HSV(B) 320.56º 0.61% 0.92% -
XYZ 46.95 28.86 49.55 -
YUV 145.47 150.88 191.86 -
System Red Green Blue C M Y K H S L
Decimal 235 92 186 0 0.61 0.21 0.08 320.56 0.78 0.64
Hex EB 5C BA 0 3D 15 8 141 4E 40
Octal 353 134 272 0 75 25 10 501 116 100
Binary 11101011 1011100 10111010 0 111101 10101 1000 101000001 1001110 1000000

Color Harmonies of #EB5CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5CBA

Black with #EB5CBA

Text Example


Text Example

White with #EB5CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5CBA; }

 p { color: rgb(235,92,186); }

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

background-color css

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

 a { background-color: rgb(235,92,186); }

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

border-color css

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

 span { border-color: rgb(235,92,186); }

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