Html Css Color HEX #E707BD Shocking Pink

📋 copy color: '#E707BD'

red 231 ◦ green 7 ◦ blue 189

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

Shades of Shocking Pink #E707BD

Tints of Shocking Pink #E707BD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.64%

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

R = 54.1%
G = 1.64%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E707BD (or 0xE707BD) is known color: Shocking Pink. HEX triplet: E7, 07 and BD. RGB value is (231,7,189). Sum of RGB (Red+Green+Blue) = 231+7+189=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 7 (3.12% from 255 or 1.64% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E707BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E707BD is #18F842. Grayscale: #5E5E5E. Windows color (decimal): -1636419 or 12388327. OLE color: 12388327.

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

Color convert

RGB 231 7 189 -
CMYK 0 0.97 0.18 0.09
HSL 311.25º 0.94% 0.47% -
HSV(B) 311.25º 0.97% 0.91% -
XYZ 42.22 20.82 49.94 -
YUV 94.72 181.21 225.2 -
System Red Green Blue C M Y K H S L
Decimal 231 7 189 0 0.97 0.18 0.09 311.25 0.94 0.47
Hex E7 7 BD 0 61 12 9 137 5E 2F
Octal 347 7 275 0 141 22 11 467 136 57
Binary 11100111 111 10111101 0 1100001 10010 1001 100110111 1011110 101111

Color Harmonies of #E707BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E707BD

Black with #E707BD

Text Example


Text Example

White with #E707BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E707BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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