Html Css Color HEX #E704BF Shocking Pink

📋 copy color: '#E704BF'

red 231 ◦ green 4 ◦ blue 191

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

Shades of Shocking Pink #E704BF

Tints of Shocking Pink #E704BF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.94%

 BLUE value IS 191 (75% from 255) = 44.84%

R = 54.23%
G = 0.94%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E704BF (or 0xE704BF) is known color: Shocking Pink. HEX triplet: E7, 04 and BF. RGB value is (231,4,191). Sum of RGB (Red+Green+Blue) = 231+4+191=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 4 (1.95% from 255 or 0.94% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E704BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E704BF is #18FB40. Grayscale: #5C5C5C. Windows color (decimal): -1637185 or 12518631. OLE color: 12518631.

HSL color Cylindrical-coordinate representation of color #E704BF: hue angle of 310.57º degrees, saturation: 0.97, 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 #E704BF is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 4 191 -
CMYK 0 0.98 0.17 0.09
HSL 310.57º 0.97% 0.46% -
HSV(B) 310.57º 0.98% 0.91% -
XYZ 42.4 20.84 51.08 -
YUV 93.19 183.21 226.29 -
System Red Green Blue C M Y K H S L
Decimal 231 4 191 0 0.98 0.17 0.09 310.57 0.97 0.46
Hex E7 4 BF 0 62 11 9 137 61 2E
Octal 347 4 277 0 142 21 11 467 141 56
Binary 11100111 100 10111111 0 1100010 10001 1001 100110111 1100001 101110

Color Harmonies of #E704BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E704BF

Black with #E704BF

Text Example


Text Example

White with #E704BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E704BF; }

 p { color: rgb(231,4,191); }

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

background-color css

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

 a { background-color: rgb(231,4,191); }

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

border-color css

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

 span { border-color: rgb(231,4,191); }

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