Html Css Color HEX #EA15C2 Shocking Pink

📋 copy color: '#EA15C2'

red 234 ◦ green 21 ◦ blue 194

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

Shades of Shocking Pink #EA15C2

Tints of Shocking Pink #EA15C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.21%

R = 52.12%
G = 4.68%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EA15C2 (or 0xEA15C2) is known color: Shocking Pink. HEX triplet: EA, 15 and C2. RGB value is (234,21,194). Sum of RGB (Red+Green+Blue) = 234+21+194=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 21 (8.59% from 255 or 4.68% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EA15C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA15C2 is #15EA3D. Grayscale: #676767. Windows color (decimal): -1436222 or 12719594. OLE color: 12719594.

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

Color convert

RGB 234 21 194 -
CMYK 0 0.91 0.17 0.08
HSL 311.27º 0.84% 0.5% -
HSV(B) 311.27º 0.91% 0.92% -
XYZ 43.94 21.92 52.95 -
YUV 104.41 178.57 220.43 -
System Red Green Blue C M Y K H S L
Decimal 234 21 194 0 0.91 0.17 0.08 311.27 0.84 0.5
Hex EA 15 C2 0 5B 11 8 137 54 32
Octal 352 25 302 0 133 21 10 467 124 62
Binary 11101010 10101 11000010 0 1011011 10001 1000 100110111 1010100 110010

Color Harmonies of #EA15C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA15C2

Black with #EA15C2

Text Example


Text Example

White with #EA15C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA15C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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