Html Css Color HEX #E690C1 Shocking

📋 copy color: '#E690C1'

red 230 ◦ green 144 ◦ blue 193

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

Shades of Shocking #E690C1

Tints of Shocking #E690C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.04%

R = 40.56%
G = 25.4%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E690C1 (or 0xE690C1) is known color: Shocking. HEX triplet: E6, 90 and C1. RGB value is (230,144,193). Sum of RGB (Red+Green+Blue) = 230+144+193=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 193 (75.78% from 255 or 34.04% from 567); Max value from RGB is 230 - color contains mainly: red. Hex color #E690C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E690C1 is #196F3E. Grayscale: #AFAFAF. Windows color (decimal): -1666879 or 12685542. OLE color: 12685542.

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

Color convert

RGB 230 144 193 -
CMYK 0 0.37 0.16 0.10
HSL 325.81º 0.63% 0.73% -
HSV(B) 325.81º 0.37% 0.9% -
XYZ 52.23 40.62 55.54 -
YUV 175.3 137.99 167.02 -
System Red Green Blue C M Y K H S L
Decimal 230 144 193 0 0.37 0.16 0.10 325.81 0.63 0.73
Hex E6 90 C1 0 25 10 A 146 3F 49
Octal 346 220 301 0 45 20 12 506 77 111
Binary 11100110 10010000 11000001 0 100101 10000 1010 101000110 111111 1001001

Color Harmonies of #E690C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E690C1

Black with #E690C1

Text Example


Text Example

White with #E690C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E690C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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