Html Css Color HEX #E698C5 Shocking

📋 copy color: '#E698C5'

red 230 ◦ green 152 ◦ blue 197

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

Shades of Shocking #E698C5

Tints of Shocking #E698C5

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.25%

 BLUE value IS 197 (77.34% from 255) = 34.02%

R = 39.72%
G = 26.25%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E698C5 (or 0xE698C5) is known color: Shocking. HEX triplet: E6, 98 and C5. RGB value is (230,152,197). Sum of RGB (Red+Green+Blue) = 230+152+197=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 152 (59.77% from 255 or 26.25% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E698C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E698C5 is #19673A. Grayscale: #B4B4B4. Windows color (decimal): -1664827 or 12949734. OLE color: 12949734.

HSL color Cylindrical-coordinate representation of color #E698C5: hue angle of 325.38º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E698C5 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 152 197 -
CMYK 0 0.34 0.14 0.10
HSL 325.38º 0.61% 0.75% -
HSV(B) 325.38º 0.34% 0.9% -
XYZ 53.94 43.31 58.34 -
YUV 180.45 137.34 163.34 -
System Red Green Blue C M Y K H S L
Decimal 230 152 197 0 0.34 0.14 0.10 325.38 0.61 0.75
Hex E6 98 C5 0 22 E A 145 3D 4B
Octal 346 230 305 0 42 16 12 505 75 113
Binary 11100110 10011000 11000101 0 100010 1110 1010 101000101 111101 1001011

Color Harmonies of #E698C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E698C5

Black with #E698C5

Text Example


Text Example

White with #E698C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E698C5; }

 p { color: rgb(230,152,197); }

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

background-color css

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

 a { background-color: rgb(230,152,197); }

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

border-color css

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

 span { border-color: rgb(230,152,197); }

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