Html Css Color HEX #E692BD Shocking

📋 copy color: '#E692BD'

red 230 ◦ green 146 ◦ blue 189

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

Shades of Shocking #E692BD

Tints of Shocking #E692BD

RGB

 RED value IS 230 (90.23% from 255) = 40.71%

 GREEN value IS 146 (57.42% from 255) = 25.84%

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

R = 40.71%
G = 25.84%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E692BD (or 0xE692BD) is known color: Shocking. HEX triplet: E6, 92 and BD. RGB value is (230,146,189). Sum of RGB (Red+Green+Blue) = 230+146+189=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E692BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E692BD is #196D42. Grayscale: #AFAFAF. Windows color (decimal): -1666371 or 12423910. OLE color: 12423910.

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

Color convert

RGB 230 146 189 -
CMYK 0 0.37 0.18 0.10
HSL 329.29º 0.63% 0.74% -
HSV(B) 329.29º 0.37% 0.9% -
XYZ 52.1 41.05 53.32 -
YUV 176.02 135.33 166.5 -
System Red Green Blue C M Y K H S L
Decimal 230 146 189 0 0.37 0.18 0.10 329.29 0.63 0.74
Hex E6 92 BD 0 25 12 A 149 3F 4A
Octal 346 222 275 0 45 22 12 511 77 112
Binary 11100110 10010010 10111101 0 100101 10010 1010 101001001 111111 1001010

Color Harmonies of #E692BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E692BD

Black with #E692BD

Text Example


Text Example

White with #E692BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E692BD; }

 p { color: rgb(230,146,189); }

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

background-color css

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

 a { background-color: rgb(230,146,189); }

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

border-color css

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

 span { border-color: rgb(230,146,189); }

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