Html Css Color HEX #EA15B9 Shocking Pink

📋 copy color: '#EA15B9'

red 234 ◦ green 21 ◦ blue 185

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

Shades of Shocking Pink #EA15B9

Tints of Shocking Pink #EA15B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.05%

R = 53.18%
G = 4.77%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EA15B9 (or 0xEA15B9) is known color: Shocking Pink. HEX triplet: EA, 15 and B9. RGB value is (234,21,185). Sum of RGB (Red+Green+Blue) = 234+21+185=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 21 (8.59% from 255 or 4.77% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EA15B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA15B9 is #15EA46. Grayscale: #666666. Windows color (decimal): -1436231 or 12129770. OLE color: 12129770.

HSL color Cylindrical-coordinate representation of color #EA15B9: hue angle of 313.8º 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 #EA15B9 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 21 185 -
CMYK 0 0.91 0.21 0.08
HSL 313.8º 0.84% 0.5% -
HSV(B) 313.8º 0.91% 0.92% -
XYZ 42.96 21.53 47.79 -
YUV 103.38 174.07 221.16 -
System Red Green Blue C M Y K H S L
Decimal 234 21 185 0 0.91 0.21 0.08 313.8 0.84 0.5
Hex EA 15 B9 0 5B 15 8 13A 54 32
Octal 352 25 271 0 133 25 10 472 124 62
Binary 11101010 10101 10111001 0 1011011 10101 1000 100111010 1010100 110010

Color Harmonies of #EA15B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA15B9

Black with #EA15B9

Text Example


Text Example

White with #EA15B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA15B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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