Html Css Color HEX #EA13D5 Shocking Pink

📋 copy color: '#EA13D5'

red 234 ◦ green 19 ◦ blue 213

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

Shades of Shocking Pink #EA13D5

Tints of Shocking Pink #EA13D5

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.08%

 BLUE value IS 213 (83.59% from 255) = 45.71%

R = 50.21%
G = 4.08%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EA13D5 (or 0xEA13D5) is known color: Shocking Pink. HEX triplet: EA, 13 and D5. RGB value is (234,19,213). Sum of RGB (Red+Green+Blue) = 234+19+213=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 19 (7.81% from 255 or 4.08% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA13D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA13D5 is #15EC2A. Grayscale: #686868. Windows color (decimal): -1436715 or 13964266. OLE color: 13964266.

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

Color convert

RGB 234 19 213 -
CMYK 0 0.92 0.09 0.08
HSL 305.86º 0.85% 0.5% -
HSV(B) 305.86º 0.92% 0.92% -
XYZ 46.17 22.76 64.91 -
YUV 105.4 188.73 219.73 -
System Red Green Blue C M Y K H S L
Decimal 234 19 213 0 0.92 0.09 0.08 305.86 0.85 0.5
Hex EA 13 D5 0 5C 9 8 132 55 32
Octal 352 23 325 0 134 11 10 462 125 62
Binary 11101010 10011 11010101 0 1011100 1001 1000 100110010 1010101 110010

Color Harmonies of #EA13D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA13D5

Black with #EA13D5

Text Example


Text Example

White with #EA13D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA13D5; }

 p { color: rgb(234,19,213); }

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

background-color css

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

 a { background-color: rgb(234,19,213); }

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

border-color css

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

 span { border-color: rgb(234,19,213); }

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