Html Css Color HEX #E225BD Shocking Pink

📋 copy color: '#E225BD'

red 226 ◦ green 37 ◦ blue 189

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

Shades of Shocking Pink #E225BD

Tints of Shocking Pink #E225BD

RGB

 RED value IS 226 (88.67% from 255) = 50%

 GREEN value IS 37 (14.84% from 255) = 8.19%

 BLUE value IS 189 (74.22% from 255) = 41.81%

R = 50%
G = 8.19%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E225BD (or 0xE225BD) is known color: Shocking Pink. HEX triplet: E2, 25 and BD. RGB value is (226,37,189). Sum of RGB (Red+Green+Blue) = 226+37+189=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 37 (14.84% from 255 or 8.19% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E225BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E225BD is #1DDA42. Grayscale: #6E6E6E. Windows color (decimal): -1956419 or 12396002. OLE color: 12396002.

HSL color Cylindrical-coordinate representation of color #E225BD: hue angle of 311.75º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E225BD is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 37 189 -
CMYK 0 0.84 0.16 0.11
HSL 311.75º 0.77% 0.52% -
HSV(B) 311.75º 0.84% 0.89% -
XYZ 41.21 21.17 50.06 -
YUV 110.84 172.12 210.14 -
System Red Green Blue C M Y K H S L
Decimal 226 37 189 0 0.84 0.16 0.11 311.75 0.77 0.52
Hex E2 25 BD 0 54 10 B 138 4D 34
Octal 342 45 275 0 124 20 13 470 115 64
Binary 11100010 100101 10111101 0 1010100 10000 1011 100111000 1001101 110100

Color Harmonies of #E225BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E225BD

Black with #E225BD

Text Example


Text Example

White with #E225BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E225BD; }

 p { color: rgb(226,37,189); }

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

background-color css

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

 a { background-color: rgb(226,37,189); }

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

border-color css

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

 span { border-color: rgb(226,37,189); }

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