Html Css Color HEX #EB0A6B Razzmatazz

📋 copy color: '#EB0A6B'

red 235 ◦ green 10 ◦ blue 107

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

Shades of Razzmatazz #EB0A6B

Tints of Razzmatazz #EB0A6B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.84%

 BLUE value IS 107 (42.19% from 255) = 30.4%

R = 66.76%
G = 2.84%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB0A6B (or 0xEB0A6B) is known color: Razzmatazz. HEX triplet: EB, 0A and 6B. RGB value is (235,10,107). Sum of RGB (Red+Green+Blue) = 235+10+107=352 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.76% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0A6B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0A6B is #14F594. Grayscale: #585858. Windows color (decimal): -1373589 or 7015147. OLE color: 7015147.

HSL color Cylindrical-coordinate representation of color #EB0A6B: hue angle of 334.13º degrees, saturation: 0.92, 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 #EB0A6B is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 10 107 -
CMYK 0 0.96 0.54 0.08
HSL 334.13º 0.92% 0.48% -
HSV(B) 334.13º 0.96% 0.92% -
XYZ 37.02 18.94 15.61 -
YUV 88.33 138.54 232.61 -
System Red Green Blue C M Y K H S L
Decimal 235 10 107 0 0.96 0.54 0.08 334.13 0.92 0.48
Hex EB A 6B 0 60 36 8 14E 5C 30
Octal 353 12 153 0 140 66 10 516 134 60
Binary 11101011 1010 1101011 0 1100000 110110 1000 101001110 1011100 110000

Color Harmonies of #EB0A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0A6B

Black with #EB0A6B

Text Example


Text Example

White with #EB0A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0A6B; }

 p { color: rgb(235,10,107); }

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

background-color css

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

 a { background-color: rgb(235,10,107); }

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

border-color css

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

 span { border-color: rgb(235,10,107); }

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