Html Css Color HEX #EA1EC4 Shocking Pink

📋 copy color: '#EA1EC4'

red 234 ◦ green 30 ◦ blue 196

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

Shades of Shocking Pink #EA1EC4

Tints of Shocking Pink #EA1EC4

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.52%

 BLUE value IS 196 (76.95% from 255) = 42.61%

R = 50.87%
G = 6.52%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EA1EC4 (or 0xEA1EC4) is known color: Shocking Pink. HEX triplet: EA, 1E and C4. RGB value is (234,30,196). Sum of RGB (Red+Green+Blue) = 234+30+196=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 30 (12.11% from 255 or 6.52% from 460); Blue value is 196 (76.95% from 255 or 42.61% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1EC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1EC4 is #15E13B. Grayscale: #6D6D6D. Windows color (decimal): -1433916 or 12852970. OLE color: 12852970.

HSL color Cylindrical-coordinate representation of color #EA1EC4: hue angle of 311.18º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EA1EC4 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 30 196 -
CMYK 0 0.87 0.16 0.08
HSL 311.18º 0.83% 0.52% -
HSV(B) 311.18º 0.87% 0.92% -
XYZ 44.36 22.41 54.21 -
YUV 109.92 176.59 216.5 -
System Red Green Blue C M Y K H S L
Decimal 234 30 196 0 0.87 0.16 0.08 311.18 0.83 0.52
Hex EA 1E C4 0 57 10 8 137 53 34
Octal 352 36 304 0 127 20 10 467 123 64
Binary 11101010 11110 11000100 0 1010111 10000 1000 100110111 1010011 110100

Color Harmonies of #EA1EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1EC4

Black with #EA1EC4

Text Example


Text Example

White with #EA1EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1EC4; }

 p { color: rgb(234,30,196); }

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

background-color css

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

 a { background-color: rgb(234,30,196); }

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

border-color css

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

 span { border-color: rgb(234,30,196); }

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