Html Css Color HEX #EB66B1 Hot Pink

📋 copy color: '#EB66B1'

red 235 ◦ green 102 ◦ blue 177

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

Shades of Hot Pink #EB66B1

Tints of Hot Pink #EB66B1

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.84%

 BLUE value IS 177 (69.53% from 255) = 34.44%

R = 45.72%
G = 19.84%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EB66B1 (or 0xEB66B1) is known color: Hot Pink. HEX triplet: EB, 66 and B1. RGB value is (235,102,177). Sum of RGB (Red+Green+Blue) = 235+102+177=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EB66B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB66B1 is #14994E. Grayscale: #969696. Windows color (decimal): -1349967 or 11626219. OLE color: 11626219.

HSL color Cylindrical-coordinate representation of color #EB66B1: hue angle of 326.17º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB66B1 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 102 177 -
CMYK 0 0.57 0.25 0.08
HSL 326.17º 0.77% 0.66% -
HSV(B) 326.17º 0.57% 0.92% -
XYZ 46.95 30.34 44.98 -
YUV 150.32 143.06 188.4 -
System Red Green Blue C M Y K H S L
Decimal 235 102 177 0 0.57 0.25 0.08 326.17 0.77 0.66
Hex EB 66 B1 0 39 19 8 146 4D 42
Octal 353 146 261 0 71 31 10 506 115 102
Binary 11101011 1100110 10110001 0 111001 11001 1000 101000110 1001101 1000010

Color Harmonies of #EB66B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB66B1

Black with #EB66B1

Text Example


Text Example

White with #EB66B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB66B1; }

 p { color: rgb(235,102,177); }

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

background-color css

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

 a { background-color: rgb(235,102,177); }

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

border-color css

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

 span { border-color: rgb(235,102,177); }

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