Html Css Color HEX #EB096A Razzmatazz

📋 copy color: '#EB096A'

red 235 ◦ green 9 ◦ blue 106

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

Shades of Razzmatazz #EB096A

Tints of Razzmatazz #EB096A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.57%

 BLUE value IS 106 (41.8% from 255) = 30.29%

R = 67.14%
G = 2.57%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EB096A (or 0xEB096A) is known color: Razzmatazz. HEX triplet: EB, 09 and 6A. RGB value is (235,9,106). Sum of RGB (Red+Green+Blue) = 235+9+106=350 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.14% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 235 - color contains mainly: red. Hex color #EB096A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB096A is #14F695. Grayscale: #575757. Windows color (decimal): -1373846 or 6949355. OLE color: 6949355.

HSL color Cylindrical-coordinate representation of color #EB096A: hue angle of 334.25º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EB096A is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 9 106 -
CMYK 0 0.96 0.55 0.08
HSL 334.25º 0.93% 0.48% -
HSV(B) 334.25º 0.96% 0.92% -
XYZ 36.96 18.9 15.34 -
YUV 87.63 138.37 233.11 -
System Red Green Blue C M Y K H S L
Decimal 235 9 106 0 0.96 0.55 0.08 334.25 0.93 0.48
Hex EB 9 6A 0 60 37 8 14E 5D 30
Octal 353 11 152 0 140 67 10 516 135 60
Binary 11101011 1001 1101010 0 1100000 110111 1000 101001110 1011101 110000

Color Harmonies of #EB096A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB096A

Black with #EB096A

Text Example


Text Example

White with #EB096A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB096A; }

 p { color: rgb(235,9,106); }

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

background-color css

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

 a { background-color: rgb(235,9,106); }

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

border-color css

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

 span { border-color: rgb(235,9,106); }

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