Html Css Color HEX #E025BD Shocking Pink

📋 copy color: '#E025BD'

red 224 ◦ green 37 ◦ blue 189

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

Shades of Shocking Pink #E025BD

Tints of Shocking Pink #E025BD

RGB

 RED value IS 224 (87.89% from 255) = 49.78%

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

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

R = 49.78%
G = 8.22%
B = 42%

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

#E025BD (or 0xE025BD) is known color: Shocking Pink. HEX triplet: E0, 25 and BD. RGB value is (224,37,189). Sum of RGB (Red+Green+Blue) = 224+37+189=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 37 (14.84% from 255 or 8.22% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E025BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E025BD is #1FDA42. Grayscale: #6D6D6D. Windows color (decimal): -2087491 or 12396000. OLE color: 12396000.

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

Color convert

RGB 224 37 189 -
CMYK 0 0.83 0.16 0.12
HSL 311.23º 0.75% 0.51% -
HSV(B) 311.23º 0.83% 0.88% -
XYZ 40.59 20.84 50.03 -
YUV 110.24 172.45 209.14 -
System Red Green Blue C M Y K H S L
Decimal 224 37 189 0 0.83 0.16 0.12 311.23 0.75 0.51
Hex E0 25 BD 0 53 10 C 137 4B 33
Octal 340 45 275 0 123 20 14 467 113 63
Binary 11100000 100101 10111101 0 1010011 10000 1100 100110111 1001011 110011

Color Harmonies of #E025BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E025BD

Black with #E025BD

Text Example


Text Example

White with #E025BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E025BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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