Html Css Color HEX #E127BB Shocking Pink

📋 copy color: '#E127BB'

red 225 ◦ green 39 ◦ blue 187

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

Shades of Shocking Pink #E127BB

Tints of Shocking Pink #E127BB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.65%

 BLUE value IS 187 (73.44% from 255) = 41.46%

R = 49.89%
G = 8.65%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E127BB (or 0xE127BB) is known color: Shocking Pink. HEX triplet: E1, 27 and BB. RGB value is (225,39,187). Sum of RGB (Red+Green+Blue) = 225+39+187=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 39 (15.62% from 255 or 8.65% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E127BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E127BB is #1ED844. Grayscale: #6F6F6F. Windows color (decimal): -2021445 or 12265441. OLE color: 12265441.

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

Color convert

RGB 225 39 187 -
CMYK 0 0.83 0.17 0.12
HSL 312.26º 0.76% 0.52% -
HSV(B) 312.26º 0.83% 0.88% -
XYZ 40.75 21.05 48.93 -
YUV 111.49 170.62 208.97 -
System Red Green Blue C M Y K H S L
Decimal 225 39 187 0 0.83 0.17 0.12 312.26 0.76 0.52
Hex E1 27 BB 0 53 11 C 138 4C 34
Octal 341 47 273 0 123 21 14 470 114 64
Binary 11100001 100111 10111011 0 1010011 10001 1100 100111000 1001100 110100

Color Harmonies of #E127BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E127BB

Black with #E127BB

Text Example


Text Example

White with #E127BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E127BB; }

 p { color: rgb(225,39,187); }

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

background-color css

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

 a { background-color: rgb(225,39,187); }

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

border-color css

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

 span { border-color: rgb(225,39,187); }

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