Html Css Color HEX #EB07BA Shocking Pink

📋 copy color: '#EB07BA'

red 235 ◦ green 7 ◦ blue 186

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

Shades of Shocking Pink #EB07BA

Tints of Shocking Pink #EB07BA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.64%

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

R = 54.91%
G = 1.64%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EB07BA (or 0xEB07BA) is known color: Shocking Pink. HEX triplet: EB, 07 and BA. RGB value is (235,7,186). Sum of RGB (Red+Green+Blue) = 235+7+186=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 7 (3.12% from 255 or 1.64% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EB07BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB07BA is #14F845. Grayscale: #5F5F5F. Windows color (decimal): -1374278 or 12191723. OLE color: 12191723.

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

Color convert

RGB 235 7 186 -
CMYK 0 0.97 0.21 0.08
HSL 312.89º 0.94% 0.47% -
HSV(B) 312.89º 0.97% 0.92% -
XYZ 43.2 21.36 48.3 -
YUV 95.58 179.04 227.45 -
System Red Green Blue C M Y K H S L
Decimal 235 7 186 0 0.97 0.21 0.08 312.89 0.94 0.47
Hex EB 7 BA 0 61 15 8 139 5E 2F
Octal 353 7 272 0 141 25 10 471 136 57
Binary 11101011 111 10111010 0 1100001 10101 1000 100111001 1011110 101111

Color Harmonies of #EB07BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB07BA

Black with #EB07BA

Text Example


Text Example

White with #EB07BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB07BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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