Html Css Color HEX #EB076C Razzmatazz

📋 copy color: '#EB076C'

red 235 ◦ green 7 ◦ blue 108

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

Shades of Razzmatazz #EB076C

Tints of Razzmatazz #EB076C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2%

 BLUE value IS 108 (42.58% from 255) = 30.86%

R = 67.14%
G = 2%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB076C (or 0xEB076C) is known color: Razzmatazz. HEX triplet: EB, 07 and 6C. RGB value is (235,7,108). Sum of RGB (Red+Green+Blue) = 235+7+108=350 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.14% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 235 - color contains mainly: red. Hex color #EB076C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB076C is #14F893. Grayscale: #565656. Windows color (decimal): -1374356 or 7079915. OLE color: 7079915.

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

Color convert

RGB 235 7 108 -
CMYK 0 0.97 0.54 0.08
HSL 333.42º 0.94% 0.47% -
HSV(B) 333.42º 0.97% 0.92% -
XYZ 37.04 18.9 15.88 -
YUV 86.69 140.04 233.79 -
System Red Green Blue C M Y K H S L
Decimal 235 7 108 0 0.97 0.54 0.08 333.42 0.94 0.47
Hex EB 7 6C 0 61 36 8 14D 5E 2F
Octal 353 7 154 0 141 66 10 515 136 57
Binary 11101011 111 1101100 0 1100001 110110 1000 101001101 1011110 101111

Color Harmonies of #EB076C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB076C

Black with #EB076C

Text Example


Text Example

White with #EB076C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB076C; }

 p { color: rgb(235,7,108); }

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

background-color css

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

 a { background-color: rgb(235,7,108); }

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

border-color css

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

 span { border-color: rgb(235,7,108); }

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