Html Css Color HEX #E126BE Shocking Pink

📋 copy color: '#E126BE'

red 225 ◦ green 38 ◦ blue 190

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

Shades of Shocking Pink #E126BE

Tints of Shocking Pink #E126BE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.39%

 BLUE value IS 190 (74.61% from 255) = 41.94%

R = 49.67%
G = 8.39%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E126BE (or 0xE126BE) is known color: Shocking Pink. HEX triplet: E1, 26 and BE. RGB value is (225,38,190). Sum of RGB (Red+Green+Blue) = 225+38+190=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 38 (15.23% from 255 or 8.39% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E126BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E126BE is #1ED941. Grayscale: #6E6E6E. Windows color (decimal): -2021698 or 12461793. OLE color: 12461793.

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

Color convert

RGB 225 38 190 -
CMYK 0 0.83 0.16 0.12
HSL 311.23º 0.76% 0.52% -
HSV(B) 311.23º 0.83% 0.88% -
XYZ 41.04 21.11 50.63 -
YUV 111.24 172.45 209.14 -
System Red Green Blue C M Y K H S L
Decimal 225 38 190 0 0.83 0.16 0.12 311.23 0.76 0.52
Hex E1 26 BE 0 53 10 C 137 4C 34
Octal 341 46 276 0 123 20 14 467 114 64
Binary 11100001 100110 10111110 0 1010011 10000 1100 100110111 1001100 110100

Color Harmonies of #E126BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E126BE

Black with #E126BE

Text Example


Text Example

White with #E126BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E126BE; }

 p { color: rgb(225,38,190); }

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

background-color css

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

 a { background-color: rgb(225,38,190); }

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

border-color css

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

 span { border-color: rgb(225,38,190); }

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