Html Css Color HEX #E6014B Razzmatazz

📋 copy color: '#E6014B'

red 230 ◦ green 1 ◦ blue 75

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

Shades of Razzmatazz #E6014B

Tints of Razzmatazz #E6014B

RGB

 RED value IS 230 (90.23% from 255) = 75.16%

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

 BLUE value IS 75 (29.69% from 255) = 24.51%

R = 75.16%
G = 0.33%
B = 24.51%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6014B (or 0xE6014B) is known color: Razzmatazz. HEX triplet: E6, 01 and 4B. RGB value is (230,1,75). Sum of RGB (Red+Green+Blue) = 230+1+75=306 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.16% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 230 - color contains mainly: red. Hex color #E6014B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6014B is #19FEB4. Grayscale: #4D4D4D. Windows color (decimal): -1703605 or 4915686. OLE color: 4915686.

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

Color convert

RGB 230 1 75 -
CMYK 0 1.00 0.67 0.10
HSL 340.61º 0.99% 0.45% -
HSV(B) 340.61º 1% 0.9% -
XYZ 33.91 17.35 8.22 -
YUV 77.91 126.37 236.48 -
System Red Green Blue C M Y K H S L
Decimal 230 1 75 0 1.00 0.67 0.10 340.61 0.99 0.45
Hex E6 1 4B 0 64 43 A 155 63 2D
Octal 346 1 113 0 144 103 12 525 143 55
Binary 11100110 1 1001011 0 1100100 1000011 1010 101010101 1100011 101101

Color Harmonies of #E6014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6014B

Black with #E6014B

Text Example


Text Example

White with #E6014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6014B; }

 p { color: rgb(230,1,75); }

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

background-color css

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

 a { background-color: rgb(230,1,75); }

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

border-color css

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

 span { border-color: rgb(230,1,75); }

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