Html Css Color HEX #E68CC3 Shocking

📋 copy color: '#E68CC3'

red 230 ◦ green 140 ◦ blue 195

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

Shades of Shocking #E68CC3

Tints of Shocking #E68CC3

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.78%

 BLUE value IS 195 (76.56% from 255) = 34.51%

R = 40.71%
G = 24.78%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#E68CC3 (or 0xE68CC3) is known color: Shocking. HEX triplet: E6, 8C and C3. RGB value is (230,140,195). Sum of RGB (Red+Green+Blue) = 230+140+195=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 140 (55.08% from 255 or 24.78% from 565); Blue value is 195 (76.56% from 255 or 34.51% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E68CC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68CC3 is #19733C. Grayscale: #ADADAD. Windows color (decimal): -1667901 or 12815590. OLE color: 12815590.

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

Color convert

RGB 230 140 195 -
CMYK 0 0.39 0.15 0.10
HSL 323.33º 0.64% 0.73% -
HSV(B) 323.33º 0.39% 0.9% -
XYZ 51.86 39.52 56.52 -
YUV 173.18 140.32 168.53 -
System Red Green Blue C M Y K H S L
Decimal 230 140 195 0 0.39 0.15 0.10 323.33 0.64 0.73
Hex E6 8C C3 0 27 F A 143 40 49
Octal 346 214 303 0 47 17 12 503 100 111
Binary 11100110 10001100 11000011 0 100111 1111 1010 101000011 1000000 1001001

Color Harmonies of #E68CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68CC3

Black with #E68CC3

Text Example


Text Example

White with #E68CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68CC3; }

 p { color: rgb(230,140,195); }

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

background-color css

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

 a { background-color: rgb(230,140,195); }

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

border-color css

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

 span { border-color: rgb(230,140,195); }

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