Html Css Color HEX #EB09C5 Shocking Pink

📋 copy color: '#EB09C5'

red 235 ◦ green 9 ◦ blue 197

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

Shades of Shocking Pink #EB09C5

Tints of Shocking Pink #EB09C5

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.04%

 BLUE value IS 197 (77.34% from 255) = 44.67%

R = 53.29%
G = 2.04%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EB09C5 (or 0xEB09C5) is known color: Shocking Pink. HEX triplet: EB, 09 and C5. RGB value is (235,9,197). Sum of RGB (Red+Green+Blue) = 235+9+197=441 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.29% from 441); Green value is 9 (3.91% from 255 or 2.04% from 441); Blue value is 197 (77.34% from 255 or 44.67% from 441); Max value from RGB is 235 - color contains mainly: red. Hex color #EB09C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB09C5 is #14F63A. Grayscale: #616161. Windows color (decimal): -1373755 or 12913131. OLE color: 12913131.

HSL color Cylindrical-coordinate representation of color #EB09C5: hue angle of 310.09º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EB09C5 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 9 197 -
CMYK 0 0.96 0.16 0.08
HSL 310.09º 0.93% 0.48% -
HSV(B) 310.09º 0.96% 0.92% -
XYZ 44.44 21.89 54.71 -
YUV 98.01 183.87 225.71 -
System Red Green Blue C M Y K H S L
Decimal 235 9 197 0 0.96 0.16 0.08 310.09 0.93 0.48
Hex EB 9 C5 0 60 10 8 136 5D 30
Octal 353 11 305 0 140 20 10 466 135 60
Binary 11101011 1001 11000101 0 1100000 10000 1000 100110110 1011101 110000

Color Harmonies of #EB09C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB09C5

Black with #EB09C5

Text Example


Text Example

White with #EB09C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB09C5; }

 p { color: rgb(235,9,197); }

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

background-color css

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

 a { background-color: rgb(235,9,197); }

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

border-color css

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

 span { border-color: rgb(235,9,197); }

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