Html Css Color HEX #EB5FBB Hot Pink

📋 copy color: '#EB5FBB'

red 235 ◦ green 95 ◦ blue 187

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

Shades of Hot Pink #EB5FBB

Tints of Hot Pink #EB5FBB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.38%

 BLUE value IS 187 (73.44% from 255) = 36.17%

R = 45.45%
G = 18.38%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EB5FBB (or 0xEB5FBB) is known color: Hot Pink. HEX triplet: EB, 5F and BB. RGB value is (235,95,187). Sum of RGB (Red+Green+Blue) = 235+95+187=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 95 (37.5% from 255 or 18.38% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5FBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5FBB is #14A044. Grayscale: #939393. Windows color (decimal): -1351749 or 12279787. OLE color: 12279787.

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

Color convert

RGB 235 95 187 -
CMYK 0 0.60 0.20 0.08
HSL 320.57º 0.78% 0.65% -
HSV(B) 320.57º 0.6% 0.92% -
XYZ 47.32 29.43 50.2 -
YUV 147.35 150.38 190.52 -
System Red Green Blue C M Y K H S L
Decimal 235 95 187 0 0.60 0.20 0.08 320.57 0.78 0.65
Hex EB 5F BB 0 3C 14 8 141 4E 41
Octal 353 137 273 0 74 24 10 501 116 101
Binary 11101011 1011111 10111011 0 111100 10100 1000 101000001 1001110 1000001

Color Harmonies of #EB5FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5FBB

Black with #EB5FBB

Text Example


Text Example

White with #EB5FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5FBB; }

 p { color: rgb(235,95,187); }

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

background-color css

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

 a { background-color: rgb(235,95,187); }

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

border-color css

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

 span { border-color: rgb(235,95,187); }

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