Html Css Color HEX #E095C7 Shocking

📋 copy color: '#E095C7'

red 224 ◦ green 149 ◦ blue 199

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

Shades of Shocking #E095C7

Tints of Shocking #E095C7

RGB

 RED value IS 224 (87.89% from 255) = 39.16%

 GREEN value IS 149 (58.59% from 255) = 26.05%

 BLUE value IS 199 (78.13% from 255) = 34.79%

R = 39.16%
G = 26.05%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E095C7 (or 0xE095C7) is known color: Shocking. HEX triplet: E0, 95 and C7. RGB value is (224,149,199). Sum of RGB (Red+Green+Blue) = 224+149+199=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 149 (58.59% from 255 or 26.05% from 572); Blue value is 199 (78.12% from 255 or 34.79% from 572); Max value from RGB is 224 - color contains mainly: red. Hex color #E095C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095C7 is #1F6A38. Grayscale: #B1B1B1. Windows color (decimal): -2058809 or 13080032. OLE color: 13080032.

HSL color Cylindrical-coordinate representation of color #E095C7: hue angle of 320º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E095C7 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 149 199 -
CMYK 0 0.33 0.11 0.12
HSL 320º 0.55% 0.73% -
HSV(B) 320º 0.33% 0.88% -
XYZ 51.8 41.47 59.31 -
YUV 177.13 140.35 161.43 -
System Red Green Blue C M Y K H S L
Decimal 224 149 199 0 0.33 0.11 0.12 320 0.55 0.73
Hex E0 95 C7 0 21 B C 140 37 49
Octal 340 225 307 0 41 13 14 500 67 111
Binary 11100000 10010101 11000111 0 100001 1011 1100 101000000 110111 1001001

Color Harmonies of #E095C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E095C7

Black with #E095C7

Text Example


Text Example

White with #E095C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E095C7; }

 p { color: rgb(224,149,199); }

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

background-color css

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

 a { background-color: rgb(224,149,199); }

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

border-color css

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

 span { border-color: rgb(224,149,199); }

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