Html Css Color HEX #EB085D Razzmatazz

📋 copy color: '#EB085D'

red 235 ◦ green 8 ◦ blue 93

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

Shades of Razzmatazz #EB085D

Tints of Razzmatazz #EB085D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.68%

R = 69.94%
G = 2.38%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB085D (or 0xEB085D) is known color: Razzmatazz. HEX triplet: EB, 08 and 5D. RGB value is (235,8,93). Sum of RGB (Red+Green+Blue) = 235+8+93=336 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.94% from 336); Green value is 8 (3.52% from 255 or 2.38% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 235 - color contains mainly: red. Hex color #EB085D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB085D is #14F7A2. Grayscale: #555555. Windows color (decimal): -1374115 or 6097131. OLE color: 6097131.

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

Color convert

RGB 235 8 93 -
CMYK 0 0.97 0.60 0.08
HSL 337.53º 0.93% 0.48% -
HSV(B) 337.53º 0.97% 0.92% -
XYZ 36.32 18.63 12.04 -
YUV 85.56 132.21 234.59 -
System Red Green Blue C M Y K H S L
Decimal 235 8 93 0 0.97 0.60 0.08 337.53 0.93 0.48
Hex EB 8 5D 0 61 3C 8 152 5D 30
Octal 353 10 135 0 141 74 10 522 135 60
Binary 11101011 1000 1011101 0 1100001 111100 1000 101010010 1011101 110000

Color Harmonies of #EB085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB085D

Black with #EB085D

Text Example


Text Example

White with #EB085D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB085D; }

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

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

background-color css

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

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

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

border-color css

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

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

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