Html Css Color HEX #EB014D Razzmatazz

📋 copy color: '#EB014D'

red 235 ◦ green 1 ◦ blue 77

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

Shades of Razzmatazz #EB014D

Tints of Razzmatazz #EB014D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 75.08%
G = 0.32%
B = 24.6%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EB014D (or 0xEB014D) is known color: Razzmatazz. HEX triplet: EB, 01 and 4D. RGB value is (235,1,77). Sum of RGB (Red+Green+Blue) = 235+1+77=313 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.08% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 235 - color contains mainly: red. Hex color #EB014D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB014D is #14FEB2. Grayscale: #4F4F4F. Windows color (decimal): -1375923 or 5046763. OLE color: 5046763.

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

Color convert

RGB 235 1 77 -
CMYK 0 1.00 0.67 0.08
HSL 340.51º 0.99% 0.46% -
HSV(B) 340.51º 1% 0.92% -
XYZ 35.61 18.22 8.66 -
YUV 79.63 126.52 238.82 -
System Red Green Blue C M Y K H S L
Decimal 235 1 77 0 1.00 0.67 0.08 340.51 0.99 0.46
Hex EB 1 4D 0 64 43 8 155 63 2E
Octal 353 1 115 0 144 103 10 525 143 56
Binary 11101011 1 1001101 0 1100100 1000011 1000 101010101 1100011 101110

Color Harmonies of #EB014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB014D

Black with #EB014D

Text Example


Text Example

White with #EB014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB014D; }

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

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

background-color css

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

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

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

border-color css

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

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

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