Html Css Color HEX #E6014C Razzmatazz

📋 copy color: '#E6014C'

red 230 ◦ green 1 ◦ blue 76

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

Shades of Razzmatazz #E6014C

Tints of Razzmatazz #E6014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.76%

R = 74.92%
G = 0.33%
B = 24.76%

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

#E6014C (or 0xE6014C) is known color: Razzmatazz. HEX triplet: E6, 01 and 4C. RGB value is (230,1,76). Sum of RGB (Red+Green+Blue) = 230+1+76=307 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.92% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 230 - color contains mainly: red. Hex color #E6014C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6014C is #19FEB3. Grayscale: #4D4D4D. Windows color (decimal): -1703604 or 4981222. OLE color: 4981222.

HSL color Cylindrical-coordinate representation of color #E6014C: hue angle of 340.35º 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 #E6014C is Cyan = 0, Magento = 1.00, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 1 76 -
CMYK 0 1.00 0.67 0.10
HSL 340.35º 0.99% 0.45% -
HSV(B) 340.35º 1% 0.9% -
XYZ 33.95 17.37 8.4 -
YUV 78.02 126.87 236.4 -
System Red Green Blue C M Y K H S L
Decimal 230 1 76 0 1.00 0.67 0.10 340.35 0.99 0.45
Hex E6 1 4C 0 64 43 A 154 63 2D
Octal 346 1 114 0 144 103 12 524 143 55
Binary 11100110 1 1001100 0 1100100 1000011 1010 101010100 1100011 101101

Color Harmonies of #E6014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6014C

Black with #E6014C

Text Example


Text Example

White with #E6014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6014C; }

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

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

background-color css

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

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

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

border-color css

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

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

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