Html Css Color HEX #EB1CCB Shocking Pink

📋 copy color: '#EB1CCB'

red 235 ◦ green 28 ◦ blue 203

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

Shades of Shocking Pink #EB1CCB

Tints of Shocking Pink #EB1CCB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.01%

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

R = 50.43%
G = 6.01%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EB1CCB (or 0xEB1CCB) is known color: Shocking Pink. HEX triplet: EB, 1C and CB. RGB value is (235,28,203). Sum of RGB (Red+Green+Blue) = 235+28+203=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 28 (11.33% from 255 or 6.01% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1CCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB1CCB is #14E334. Grayscale: #6D6D6D. Windows color (decimal): -1368885 or 13311211. OLE color: 13311211.

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

Color convert

RGB 235 28 203 -
CMYK 0 0.88 0.14 0.08
HSL 309.28º 0.84% 0.52% -
HSV(B) 309.28º 0.88% 0.92% -
XYZ 45.46 22.8 58.51 -
YUV 109.84 180.58 217.27 -
System Red Green Blue C M Y K H S L
Decimal 235 28 203 0 0.88 0.14 0.08 309.28 0.84 0.52
Hex EB 1C CB 0 58 E 8 135 54 34
Octal 353 34 313 0 130 16 10 465 124 64
Binary 11101011 11100 11001011 0 1011000 1110 1000 100110101 1010100 110100

Color Harmonies of #EB1CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1CCB

Black with #EB1CCB

Text Example


Text Example

White with #EB1CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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