Html Css Color HEX #EB6ACB Neon Pink

📋 copy color: '#EB6ACB'

red 235 ◦ green 106 ◦ blue 203

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

Shades of Neon Pink #EB6ACB

Tints of Neon Pink #EB6ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.49%

 BLUE value IS 203 (79.69% from 255) = 37.32%

R = 43.2%
G = 19.49%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EB6ACB (or 0xEB6ACB) is known color: Neon Pink. HEX triplet: EB, 6A and CB. RGB value is (235,106,203). Sum of RGB (Red+Green+Blue) = 235+106+203=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 106 (41.80% from 255 or 19.49% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6ACB is #149534. Grayscale: #9B9B9B. Windows color (decimal): -1348917 or 13331179. OLE color: 13331179.

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

Color convert

RGB 235 106 203 -
CMYK 0 0.55 0.14 0.08
HSL 314.88º 0.76% 0.67% -
HSV(B) 314.88º 0.55% 0.92% -
XYZ 50.19 32.28 60.09 -
YUV 155.63 154.74 184.61 -
System Red Green Blue C M Y K H S L
Decimal 235 106 203 0 0.55 0.14 0.08 314.88 0.76 0.67
Hex EB 6A CB 0 37 E 8 13B 4C 43
Octal 353 152 313 0 67 16 10 473 114 103
Binary 11101011 1101010 11001011 0 110111 1110 1000 100111011 1001100 1000011

Color Harmonies of #EB6ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6ACB

Black with #EB6ACB

Text Example


Text Example

White with #EB6ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6ACB; }

 p { color: rgb(235,106,203); }

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

background-color css

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

 a { background-color: rgb(235,106,203); }

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

border-color css

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

 span { border-color: rgb(235,106,203); }

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