Html Css Color HEX #EB085E Razzmatazz

📋 copy color: '#EB085E'

red 235 ◦ green 8 ◦ blue 94

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

Shades of Razzmatazz #EB085E

Tints of Razzmatazz #EB085E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.37%

 BLUE value IS 94 (37.11% from 255) = 27.89%

R = 69.73%
G = 2.37%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EB085E (or 0xEB085E) is known color: Razzmatazz. HEX triplet: EB, 08 and 5E. RGB value is (235,8,94). Sum of RGB (Red+Green+Blue) = 235+8+94=337 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.73% from 337); Green value is 8 (3.52% from 255 or 2.37% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 235 - color contains mainly: red. Hex color #EB085E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB085E is #14F7A1. Grayscale: #555555. Windows color (decimal): -1374114 or 6162667. OLE color: 6162667.

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

Color convert

RGB 235 8 94 -
CMYK 0 0.97 0.6 0.08
HSL 337.27º 0.93% 0.48% -
HSV(B) 337.27º 0.97% 0.92% -
XYZ 36.37 18.64 12.27 -
YUV 85.68 132.71 234.51 -
System Red Green Blue C M Y K H S L
Decimal 235 8 94 0 0.97 0.6 0.08 337.27 0.93 0.48
Hex EB 8 5E 0 61 3C 8 151 5D 30
Octal 353 10 136 0 141 74 10 521 135 60
Binary 11101011 1000 1011110 0 1100001 111100 1000 101010001 1011101 110000

Color Harmonies of #EB085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB085E

Black with #EB085E

Text Example


Text Example

White with #EB085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB085E; }

 p { color: rgb(235,8,94); }

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

background-color css

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

 a { background-color: rgb(235,8,94); }

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

border-color css

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

 span { border-color: rgb(235,8,94); }

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