Html Css Color HEX #EB93D0 Shocking

📋 copy color: '#EB93D0'

red 235 ◦ green 147 ◦ blue 208

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

Shades of Shocking #EB93D0

Tints of Shocking #EB93D0

RGB

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

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

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

R = 39.83%
G = 24.92%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB93D0 (or 0xEB93D0) is known color: Shocking. HEX triplet: EB, 93 and D0. RGB value is (235,147,208). Sum of RGB (Red+Green+Blue) = 235+147+208=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 147 (57.81% from 255 or 24.92% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EB93D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB93D0 is #146C2F. Grayscale: #B4B4B4. Windows color (decimal): -1338416 or 13669355. OLE color: 13669355.

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

Color convert

RGB 235 147 208 -
CMYK 0 0.37 0.11 0.08
HSL 318.41º 0.69% 0.75% -
HSV(B) 318.41º 0.37% 0.92% -
XYZ 56.08 43.08 65.03 -
YUV 180.27 143.65 167.04 -
System Red Green Blue C M Y K H S L
Decimal 235 147 208 0 0.37 0.11 0.08 318.41 0.69 0.75
Hex EB 93 D0 0 25 B 8 13E 45 4B
Octal 353 223 320 0 45 13 10 476 105 113
Binary 11101011 10010011 11010000 0 100101 1011 1000 100111110 1000101 1001011

Color Harmonies of #EB93D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB93D0

Black with #EB93D0

Text Example


Text Example

White with #EB93D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB93D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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