Html Css Color HEX #E690CA Shocking

📋 copy color: '#E690CA'

red 230 ◦ green 144 ◦ blue 202

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

Shades of Shocking #E690CA

Tints of Shocking #E690CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.07%

R = 39.93%
G = 25%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E690CA (or 0xE690CA) is known color: Shocking. HEX triplet: E6, 90 and CA. RGB value is (230,144,202). Sum of RGB (Red+Green+Blue) = 230+144+202=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 230 - color contains mainly: red. Hex color #E690CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E690CA is #196F35. Grayscale: #B0B0B0. Windows color (decimal): -1666870 or 13275366. OLE color: 13275366.

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

Color convert

RGB 230 144 202 -
CMYK 0 0.37 0.12 0.10
HSL 319.53º 0.63% 0.73% -
HSV(B) 319.53º 0.37% 0.9% -
XYZ 53.27 41.03 60.99 -
YUV 176.33 142.49 166.28 -
System Red Green Blue C M Y K H S L
Decimal 230 144 202 0 0.37 0.12 0.10 319.53 0.63 0.73
Hex E6 90 CA 0 25 C A 140 3F 49
Octal 346 220 312 0 45 14 12 500 77 111
Binary 11100110 10010000 11001010 0 100101 1100 1010 101000000 111111 1001001

Color Harmonies of #E690CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E690CA

Black with #E690CA

Text Example


Text Example

White with #E690CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E690CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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