Html Css Color HEX #E124C3 Shocking Pink

📋 copy color: '#E124C3'

red 225 ◦ green 36 ◦ blue 195

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

Shades of Shocking Pink #E124C3

Tints of Shocking Pink #E124C3

RGB

 RED value IS 225 (88.28% from 255) = 49.34%

 GREEN value IS 36 (14.45% from 255) = 7.89%

 BLUE value IS 195 (76.56% from 255) = 42.76%

R = 49.34%
G = 7.89%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E124C3 (or 0xE124C3) is known color: Shocking Pink. HEX triplet: E1, 24 and C3. RGB value is (225,36,195). Sum of RGB (Red+Green+Blue) = 225+36+195=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 36 (14.45% from 255 or 7.89% from 456); Blue value is 195 (76.56% from 255 or 42.76% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E124C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E124C3 is #1EDB3C. Grayscale: #6E6E6E. Windows color (decimal): -2022205 or 12788961. OLE color: 12788961.

HSL color Cylindrical-coordinate representation of color #E124C3: hue angle of 309.52º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E124C3 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 36 195 -
CMYK 0 0.84 0.13 0.12
HSL 309.52º 0.76% 0.51% -
HSV(B) 309.52º 0.84% 0.88% -
XYZ 41.53 21.21 53.53 -
YUV 110.64 175.62 209.57 -
System Red Green Blue C M Y K H S L
Decimal 225 36 195 0 0.84 0.13 0.12 309.52 0.76 0.51
Hex E1 24 C3 0 54 D C 136 4C 33
Octal 341 44 303 0 124 15 14 466 114 63
Binary 11100001 100100 11000011 0 1010100 1101 1100 100110110 1001100 110011

Color Harmonies of #E124C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E124C3

Black with #E124C3

Text Example


Text Example

White with #E124C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E124C3; }

 p { color: rgb(225,36,195); }

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

background-color css

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

 a { background-color: rgb(225,36,195); }

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

border-color css

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

 span { border-color: rgb(225,36,195); }

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