Html Css Color HEX #E690D0 Shocking

📋 copy color: '#E690D0'

red 230 ◦ green 144 ◦ blue 208

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

Shades of Shocking #E690D0

Tints of Shocking #E690D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.74%

R = 39.52%
G = 24.74%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E690D0 (or 0xE690D0) is known color: Shocking. HEX triplet: E6, 90 and D0. RGB value is (230,144,208). Sum of RGB (Red+Green+Blue) = 230+144+208=582 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.52% from 582); Green value is 144 (56.64% from 255 or 24.74% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 230 - color contains mainly: red. Hex color #E690D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E690D0 is #196F2F. Grayscale: #B0B0B0. Windows color (decimal): -1666864 or 13668582. OLE color: 13668582.

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

Color convert

RGB 230 144 208 -
CMYK 0 0.37 0.10 0.10
HSL 315.35º 0.63% 0.73% -
HSV(B) 315.35º 0.37% 0.9% -
XYZ 53.99 41.32 64.81 -
YUV 177.01 145.49 165.8 -
System Red Green Blue C M Y K H S L
Decimal 230 144 208 0 0.37 0.10 0.10 315.35 0.63 0.73
Hex E6 90 D0 0 25 A A 13B 3F 49
Octal 346 220 320 0 45 12 12 473 77 111
Binary 11100110 10010000 11010000 0 100101 1010 1010 100111011 111111 1001001

Color Harmonies of #E690D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E690D0

Black with #E690D0

Text Example


Text Example

White with #E690D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E690D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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