Html Css Color HEX #EB93C2 Shocking

📋 copy color: '#EB93C2'

red 235 ◦ green 147 ◦ blue 194

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

Shades of Shocking #EB93C2

Tints of Shocking #EB93C2

RGB

 RED value IS 235 (92.19% from 255) = 40.8%

 GREEN value IS 147 (57.81% from 255) = 25.52%

 BLUE value IS 194 (76.17% from 255) = 33.68%

R = 40.8%
G = 25.52%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EB93C2 (or 0xEB93C2) is known color: Shocking. HEX triplet: EB, 93 and C2. RGB value is (235,147,194). Sum of RGB (Red+Green+Blue) = 235+147+194=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 147 (57.81% from 255 or 25.52% from 576); Blue value is 194 (76.17% from 255 or 33.68% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EB93C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB93C2 is #146C3D. Grayscale: #B2B2B2. Windows color (decimal): -1338430 or 12751851. OLE color: 12751851.

HSL color Cylindrical-coordinate representation of color #EB93C2: hue angle of 327.95º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EB93C2 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 147 194 -
CMYK 0 0.37 0.17 0.08
HSL 327.95º 0.69% 0.75% -
HSV(B) 327.95º 0.37% 0.92% -
XYZ 54.43 42.42 56.36 -
YUV 178.67 136.65 168.18 -
System Red Green Blue C M Y K H S L
Decimal 235 147 194 0 0.37 0.17 0.08 327.95 0.69 0.75
Hex EB 93 C2 0 25 11 8 148 45 4B
Octal 353 223 302 0 45 21 10 510 105 113
Binary 11101011 10010011 11000010 0 100101 10001 1000 101001000 1000101 1001011

Color Harmonies of #EB93C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB93C2

Black with #EB93C2

Text Example


Text Example

White with #EB93C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB93C2; }

 p { color: rgb(235,147,194); }

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

background-color css

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

 a { background-color: rgb(235,147,194); }

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

border-color css

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

 span { border-color: rgb(235,147,194); }

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