Html Css Color HEX #E705BD Shocking Pink

📋 copy color: '#E705BD'

red 231 ◦ green 5 ◦ blue 189

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

Shades of Shocking Pink #E705BD

Tints of Shocking Pink #E705BD

RGB

 RED value IS 231 (90.63% from 255) = 54.35%

 GREEN value IS 5 (2.34% from 255) = 1.18%

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

R = 54.35%
G = 1.18%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E705BD (or 0xE705BD) is known color: Shocking Pink. HEX triplet: E7, 05 and BD. RGB value is (231,5,189). Sum of RGB (Red+Green+Blue) = 231+5+189=425 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.35% from 425); Green value is 5 (2.34% from 255 or 1.18% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 231 - color contains mainly: red. Hex color #E705BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E705BD is #18FA42. Grayscale: #5D5D5D. Windows color (decimal): -1636931 or 12387815. OLE color: 12387815.

HSL color Cylindrical-coordinate representation of color #E705BD: hue angle of 311.15º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E705BD is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 5 189 -
CMYK 0 0.98 0.18 0.09
HSL 311.15º 0.96% 0.46% -
HSV(B) 311.15º 0.98% 0.91% -
XYZ 42.19 20.77 49.93 -
YUV 93.55 181.87 226.04 -
System Red Green Blue C M Y K H S L
Decimal 231 5 189 0 0.98 0.18 0.09 311.15 0.96 0.46
Hex E7 5 BD 0 62 12 9 137 60 2E
Octal 347 5 275 0 142 22 11 467 140 56
Binary 11100111 101 10111101 0 1100010 10010 1001 100110111 1100000 101110

Color Harmonies of #E705BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E705BD

Black with #E705BD

Text Example


Text Example

White with #E705BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E705BD; }

 p { color: rgb(231,5,189); }

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

background-color css

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

 a { background-color: rgb(231,5,189); }

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

border-color css

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

 span { border-color: rgb(231,5,189); }

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