Html Css Color HEX #EB144D Razzmatazz

📋 copy color: '#EB144D'

red 235 ◦ green 20 ◦ blue 77

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

Shades of Razzmatazz #EB144D

Tints of Razzmatazz #EB144D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.02%

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

R = 70.78%
G = 6.02%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EB144D (or 0xEB144D) is known color: Razzmatazz. HEX triplet: EB, 14 and 4D. RGB value is (235,20,77). Sum of RGB (Red+Green+Blue) = 235+20+77=332 (43% of max value = 765). Red value is 235 (92.19% from 255 or 70.78% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 235 - color contains mainly: red. Hex color #EB144D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB144D is #14EBB2. Grayscale: #5A5A5A. Windows color (decimal): -1371059 or 5051627. OLE color: 5051627.

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

Color convert

RGB 235 20 77 -
CMYK 0 0.91 0.67 0.08
HSL 344.09º 0.84% 0.5% -
HSV(B) 344.09º 0.91% 0.92% -
XYZ 35.85 18.7 8.74 -
YUV 90.78 120.23 230.87 -
System Red Green Blue C M Y K H S L
Decimal 235 20 77 0 0.91 0.67 0.08 344.09 0.84 0.5
Hex EB 14 4D 0 5B 43 8 158 54 32
Octal 353 24 115 0 133 103 10 530 124 62
Binary 11101011 10100 1001101 0 1011011 1000011 1000 101011000 1010100 110010

Color Harmonies of #EB144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB144D

Black with #EB144D

Text Example


Text Example

White with #EB144D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB144D; }

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

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

background-color css

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

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

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

border-color css

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

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

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