Html Css Color HEX #EB95C8 Shocking

📋 copy color: '#EB95C8'

red 235 ◦ green 149 ◦ blue 200

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

Shades of Shocking #EB95C8

Tints of Shocking #EB95C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.25%

R = 40.24%
G = 25.51%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EB95C8 (or 0xEB95C8) is known color: Shocking. HEX triplet: EB, 95 and C8. RGB value is (235,149,200). Sum of RGB (Red+Green+Blue) = 235+149+200=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 149 (58.59% from 255 or 25.51% from 584); Blue value is 200 (78.52% from 255 or 34.25% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EB95C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB95C8 is #146A37. Grayscale: #B4B4B4. Windows color (decimal): -1337912 or 13145579. OLE color: 13145579.

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

Color convert

RGB 235 149 200 -
CMYK 0 0.37 0.15 0.08
HSL 324.42º 0.68% 0.75% -
HSV(B) 324.42º 0.37% 0.92% -
XYZ 55.43 43.33 60.08 -
YUV 180.53 138.99 166.85 -
System Red Green Blue C M Y K H S L
Decimal 235 149 200 0 0.37 0.15 0.08 324.42 0.68 0.75
Hex EB 95 C8 0 25 F 8 144 44 4B
Octal 353 225 310 0 45 17 10 504 104 113
Binary 11101011 10010101 11001000 0 100101 1111 1000 101000100 1000100 1001011

Color Harmonies of #EB95C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB95C8

Black with #EB95C8

Text Example


Text Example

White with #EB95C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB95C8; }

 p { color: rgb(235,149,200); }

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

background-color css

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

 a { background-color: rgb(235,149,200); }

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

border-color css

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

 span { border-color: rgb(235,149,200); }

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