Html Css Color HEX #EA12D1 Shocking Pink

📋 copy color: '#EA12D1'

red 234 ◦ green 18 ◦ blue 209

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

Shades of Shocking Pink #EA12D1

Tints of Shocking Pink #EA12D1

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.9%

 BLUE value IS 209 (82.03% from 255) = 45.34%

R = 50.76%
G = 3.9%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EA12D1 (or 0xEA12D1) is known color: Shocking Pink. HEX triplet: EA, 12 and D1. RGB value is (234,18,209). Sum of RGB (Red+Green+Blue) = 234+18+209=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 18 (7.42% from 255 or 3.90% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA12D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA12D1 is #15ED2E. Grayscale: #676767. Windows color (decimal): -1436975 or 13701866. OLE color: 13701866.

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

Color convert

RGB 234 18 209 -
CMYK 0 0.92 0.11 0.08
HSL 306.94º 0.86% 0.49% -
HSV(B) 306.94º 0.92% 0.92% -
XYZ 45.66 22.53 62.26 -
YUV 104.36 187.06 220.47 -
System Red Green Blue C M Y K H S L
Decimal 234 18 209 0 0.92 0.11 0.08 306.94 0.86 0.49
Hex EA 12 D1 0 5C B 8 133 56 31
Octal 352 22 321 0 134 13 10 463 126 61
Binary 11101010 10010 11010001 0 1011100 1011 1000 100110011 1010110 110001

Color Harmonies of #EA12D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA12D1

Black with #EA12D1

Text Example


Text Example

White with #EA12D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA12D1; }

 p { color: rgb(234,18,209); }

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

background-color css

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

 a { background-color: rgb(234,18,209); }

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

border-color css

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

 span { border-color: rgb(234,18,209); }

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