Html Css Color HEX #EA15BB Shocking Pink

📋 copy color: '#EA15BB'

red 234 ◦ green 21 ◦ blue 187

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

Shades of Shocking Pink #EA15BB

Tints of Shocking Pink #EA15BB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.75%

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

R = 52.94%
G = 4.75%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EA15BB (or 0xEA15BB) is known color: Shocking Pink. HEX triplet: EA, 15 and BB. RGB value is (234,21,187). Sum of RGB (Red+Green+Blue) = 234+21+187=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 21 (8.59% from 255 or 4.75% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA15BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA15BB is #15EA44. Grayscale: #676767. Windows color (decimal): -1436229 or 12260842. OLE color: 12260842.

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

Color convert

RGB 234 21 187 -
CMYK 0 0.91 0.20 0.08
HSL 313.24º 0.84% 0.5% -
HSV(B) 313.24º 0.91% 0.92% -
XYZ 43.17 21.62 48.91 -
YUV 103.61 175.07 221 -
System Red Green Blue C M Y K H S L
Decimal 234 21 187 0 0.91 0.20 0.08 313.24 0.84 0.5
Hex EA 15 BB 0 5B 14 8 139 54 32
Octal 352 25 273 0 133 24 10 471 124 62
Binary 11101010 10101 10111011 0 1011011 10100 1000 100111001 1010100 110010

Color Harmonies of #EA15BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA15BB

Black with #EA15BB

Text Example


Text Example

White with #EA15BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA15BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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