Html Css Color HEX #E594BD Shocking

📋 copy color: '#E594BD'

red 229 ◦ green 148 ◦ blue 189

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

Shades of Shocking #E594BD

Tints of Shocking #E594BD

RGB

 RED value IS 229 (89.84% from 255) = 40.46%

 GREEN value IS 148 (58.2% from 255) = 26.15%

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

R = 40.46%
G = 26.15%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E594BD (or 0xE594BD) is known color: Shocking. HEX triplet: E5, 94 and BD. RGB value is (229,148,189). Sum of RGB (Red+Green+Blue) = 229+148+189=566 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.46% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 229 - color contains mainly: red. Hex color #E594BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E594BD is #1A6B42. Grayscale: #B0B0B0. Windows color (decimal): -1731395 or 12424421. OLE color: 12424421.

HSL color Cylindrical-coordinate representation of color #E594BD: hue angle of 329.63º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E594BD is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 148 189 -
CMYK 0 0.35 0.17 0.10
HSL 329.63º 0.61% 0.74% -
HSV(B) 329.63º 0.35% 0.9% -
XYZ 52.09 41.51 53.41 -
YUV 176.89 134.84 165.17 -
System Red Green Blue C M Y K H S L
Decimal 229 148 189 0 0.35 0.17 0.10 329.63 0.61 0.74
Hex E5 94 BD 0 23 11 A 14A 3D 4A
Octal 345 224 275 0 43 21 12 512 75 112
Binary 11100101 10010100 10111101 0 100011 10001 1010 101001010 111101 1001010

Color Harmonies of #E594BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E594BD

Black with #E594BD

Text Example


Text Example

White with #E594BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E594BD; }

 p { color: rgb(229,148,189); }

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

background-color css

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

 a { background-color: rgb(229,148,189); }

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

border-color css

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

 span { border-color: rgb(229,148,189); }

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