Html Css Color HEX #EA00BB Shocking Pink

📋 copy color: '#EA00BB'

red 234 ◦ green 0 ◦ blue 187

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

Shades of Shocking Pink #EA00BB

Tints of Shocking Pink #EA00BB

RGB

 RED value IS 234 (91.8% from 255) = 55.58%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 187 (73.44% from 255) = 44.42%

R = 55.58%
G = 0%
B = 44.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EA00BB (or 0xEA00BB) is known color: Shocking Pink. HEX triplet: EA, 00 and BB. RGB value is (234,0,187). Sum of RGB (Red+Green+Blue) = 234+0+187=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 0 (0.39% from 255 or 0% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EA00BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA00BB is #15FF44. Grayscale: #5A5A5A. Windows color (decimal): -1441605 or 12255466. OLE color: 12255466.

HSL color Cylindrical-coordinate representation of color #EA00BB: hue angle of 312.05º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA00BB is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 0 187 -
CMYK 0 1 0.20 0.08
HSL 312.05º 1% 0.46% -
HSV(B) 312.05º 1% 0.92% -
XYZ 42.9 21.08 48.82 -
YUV 91.28 182.02 229.79 -
System Red Green Blue C M Y K H S L
Decimal 234 0 187 0 1 0.20 0.08 312.05 1 0.46
Hex EA 0 BB 0 64 14 8 138 64 2E
Octal 352 0 273 0 144 24 10 470 144 56
Binary 11101010 0 10111011 0 1100100 10100 1000 100111000 1100100 101110

Color Harmonies of #EA00BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA00BB

Black with #EA00BB

Text Example


Text Example

White with #EA00BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA00BB; }

 p { color: rgb(234,0,187); }

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

background-color css

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

 a { background-color: rgb(234,0,187); }

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

border-color css

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

 span { border-color: rgb(234,0,187); }

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