Html Css Color HEX #EB98C8 Shocking

📋 copy color: '#EB98C8'

red 235 ◦ green 152 ◦ blue 200

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

Shades of Shocking #EB98C8

Tints of Shocking #EB98C8

RGB

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

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

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

R = 40.03%
G = 25.89%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EB98C8 (or 0xEB98C8) is known color: Shocking. HEX triplet: EB, 98 and C8. RGB value is (235,152,200). Sum of RGB (Red+Green+Blue) = 235+152+200=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 152 (59.77% from 255 or 25.89% from 587); Blue value is 200 (78.52% from 255 or 34.07% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EB98C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB98C8 is #146737. Grayscale: #B6B6B6. Windows color (decimal): -1337144 or 13146347. OLE color: 13146347.

HSL color Cylindrical-coordinate representation of color #EB98C8: hue angle of 325.3º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EB98C8 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 152 200 -
CMYK 0 0.35 0.15 0.08
HSL 325.3º 0.67% 0.76% -
HSV(B) 325.3º 0.35% 0.92% -
XYZ 55.91 44.29 60.25 -
YUV 182.29 138 165.6 -
System Red Green Blue C M Y K H S L
Decimal 235 152 200 0 0.35 0.15 0.08 325.3 0.67 0.76
Hex EB 98 C8 0 23 F 8 145 43 4C
Octal 353 230 310 0 43 17 10 505 103 114
Binary 11101011 10011000 11001000 0 100011 1111 1000 101000101 1000011 1001100

Color Harmonies of #EB98C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB98C8

Black with #EB98C8

Text Example


Text Example

White with #EB98C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB98C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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