Html Css Color HEX #E690C6 Shocking

📋 copy color: '#E690C6'

red 230 ◦ green 144 ◦ blue 198

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

Shades of Shocking #E690C6

Tints of Shocking #E690C6

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.17%

 BLUE value IS 198 (77.73% from 255) = 34.62%

R = 40.21%
G = 25.17%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E690C6 (or 0xE690C6) is known color: Shocking. HEX triplet: E6, 90 and C6. RGB value is (230,144,198). Sum of RGB (Red+Green+Blue) = 230+144+198=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 198 (77.73% from 255 or 34.62% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E690C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E690C6 is #196F39. Grayscale: #AFAFAF. Windows color (decimal): -1666874 or 13013222. OLE color: 13013222.

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

Color convert

RGB 230 144 198 -
CMYK 0 0.37 0.14 0.10
HSL 322.33º 0.63% 0.73% -
HSV(B) 322.33º 0.37% 0.9% -
XYZ 52.8 40.85 58.53 -
YUV 175.87 140.49 166.61 -
System Red Green Blue C M Y K H S L
Decimal 230 144 198 0 0.37 0.14 0.10 322.33 0.63 0.73
Hex E6 90 C6 0 25 E A 142 3F 49
Octal 346 220 306 0 45 16 12 502 77 111
Binary 11100110 10010000 11000110 0 100101 1110 1010 101000010 111111 1001001

Color Harmonies of #E690C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E690C6

Black with #E690C6

Text Example


Text Example

White with #E690C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E690C6; }

 p { color: rgb(230,144,198); }

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

background-color css

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

 a { background-color: rgb(230,144,198); }

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

border-color css

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

 span { border-color: rgb(230,144,198); }

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