Html Css Color HEX #E690C7 Shocking

📋 copy color: '#E690C7'

red 230 ◦ green 144 ◦ blue 199

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

Shades of Shocking #E690C7

Tints of Shocking #E690C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.73%

R = 40.14%
G = 25.13%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#E690C7 (or 0xE690C7) is known color: Shocking. HEX triplet: E6, 90 and C7. RGB value is (230,144,199). Sum of RGB (Red+Green+Blue) = 230+144+199=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 199 (78.12% from 255 or 34.73% from 573); Max value from RGB is 230 - color contains mainly: red. Hex color #E690C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E690C7 is #196F38. Grayscale: #AFAFAF. Windows color (decimal): -1666873 or 13078758. OLE color: 13078758.

HSL color Cylindrical-coordinate representation of color #E690C7: hue angle of 321.63º 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 #E690C7 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 144 199 -
CMYK 0 0.37 0.13 0.10
HSL 321.63º 0.63% 0.73% -
HSV(B) 321.63º 0.37% 0.9% -
XYZ 52.92 40.89 59.14 -
YUV 175.98 140.99 166.53 -
System Red Green Blue C M Y K H S L
Decimal 230 144 199 0 0.37 0.13 0.10 321.63 0.63 0.73
Hex E6 90 C7 0 25 D A 142 3F 49
Octal 346 220 307 0 45 15 12 502 77 111
Binary 11100110 10010000 11000111 0 100101 1101 1010 101000010 111111 1001001

Color Harmonies of #E690C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E690C7

Black with #E690C7

Text Example


Text Example

White with #E690C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E690C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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