Html Css Color HEX #EB99C4 Shocking

📋 copy color: '#EB99C4'

red 235 ◦ green 153 ◦ blue 196

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

Shades of Shocking #EB99C4

Tints of Shocking #EB99C4

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.2%

 BLUE value IS 196 (76.95% from 255) = 33.56%

R = 40.24%
G = 26.2%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EB99C4 (or 0xEB99C4) is known color: Shocking. HEX triplet: EB, 99 and C4. RGB value is (235,153,196). Sum of RGB (Red+Green+Blue) = 235+153+196=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 153 (60.16% from 255 or 26.20% from 584); Blue value is 196 (76.95% from 255 or 33.56% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EB99C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB99C4 is #14663B. Grayscale: #B6B6B6. Windows color (decimal): -1336892 or 12884459. OLE color: 12884459.

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

Color convert

RGB 235 153 196 -
CMYK 0 0.35 0.17 0.08
HSL 328.54º 0.67% 0.76% -
HSV(B) 328.54º 0.35% 0.92% -
XYZ 55.62 44.43 57.87 -
YUV 182.42 135.67 165.5 -
System Red Green Blue C M Y K H S L
Decimal 235 153 196 0 0.35 0.17 0.08 328.54 0.67 0.76
Hex EB 99 C4 0 23 11 8 149 43 4C
Octal 353 231 304 0 43 21 10 511 103 114
Binary 11101011 10011001 11000100 0 100011 10001 1000 101001001 1000011 1001100

Color Harmonies of #EB99C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB99C4

Black with #EB99C4

Text Example


Text Example

White with #EB99C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB99C4; }

 p { color: rgb(235,153,196); }

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

background-color css

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

 a { background-color: rgb(235,153,196); }

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

border-color css

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

 span { border-color: rgb(235,153,196); }

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