Html Css Color HEX #EB024F Razzmatazz

📋 copy color: '#EB024F'

red 235 ◦ green 2 ◦ blue 79

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

Shades of Razzmatazz #EB024F

Tints of Razzmatazz #EB024F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

 BLUE value IS 79 (31.25% from 255) = 25%

R = 74.37%
G = 0.63%
B = 25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EB024F (or 0xEB024F) is known color: Razzmatazz. HEX triplet: EB, 02 and 4F. RGB value is (235,2,79). Sum of RGB (Red+Green+Blue) = 235+2+79=316 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.37% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 235 - color contains mainly: red. Hex color #EB024F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB024F is #14FDB0. Grayscale: #505050. Windows color (decimal): -1375665 or 5178091. OLE color: 5178091.

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

Color convert

RGB 235 2 79 -
CMYK 0 0.99 0.66 0.08
HSL 340.17º 0.98% 0.46% -
HSV(B) 340.17º 0.99% 0.92% -
XYZ 35.69 18.27 9.04 -
YUV 80.45 127.19 238.24 -
System Red Green Blue C M Y K H S L
Decimal 235 2 79 0 0.99 0.66 0.08 340.17 0.98 0.46
Hex EB 2 4F 0 63 42 8 154 62 2E
Octal 353 2 117 0 143 102 10 524 142 56
Binary 11101011 10 1001111 0 1100011 1000010 1000 101010100 1100010 101110

Color Harmonies of #EB024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB024F

Black with #EB024F

Text Example


Text Example

White with #EB024F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB024F; }

 p { color: rgb(235,2,79); }

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

background-color css

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

 a { background-color: rgb(235,2,79); }

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

border-color css

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

 span { border-color: rgb(235,2,79); }

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