Html Css Color HEX #EB034D Razzmatazz

📋 copy color: '#EB034D'

red 235 ◦ green 3 ◦ blue 77

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

Shades of Razzmatazz #EB034D

Tints of Razzmatazz #EB034D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

 BLUE value IS 77 (30.47% from 255) = 24.44%

R = 74.6%
G = 0.95%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EB034D (or 0xEB034D) is known color: Razzmatazz. HEX triplet: EB, 03 and 4D. RGB value is (235,3,77). Sum of RGB (Red+Green+Blue) = 235+3+77=315 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.60% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 235 - color contains mainly: red. Hex color #EB034D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB034D is #14FCB2. Grayscale: #505050. Windows color (decimal): -1375411 or 5047275. OLE color: 5047275.

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

Color convert

RGB 235 3 77 -
CMYK 0 0.99 0.67 0.08
HSL 340.86º 0.97% 0.47% -
HSV(B) 340.86º 0.99% 0.92% -
XYZ 35.63 18.26 8.67 -
YUV 80.8 125.86 237.98 -
System Red Green Blue C M Y K H S L
Decimal 235 3 77 0 0.99 0.67 0.08 340.86 0.97 0.47
Hex EB 3 4D 0 63 43 8 155 61 2F
Octal 353 3 115 0 143 103 10 525 141 57
Binary 11101011 11 1001101 0 1100011 1000011 1000 101010101 1100001 101111

Color Harmonies of #EB034D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB034D

Black with #EB034D

Text Example


Text Example

White with #EB034D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB034D; }

 p { color: rgb(235,3,77); }

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

background-color css

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

 a { background-color: rgb(235,3,77); }

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

border-color css

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

 span { border-color: rgb(235,3,77); }

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