Html Css Color HEX #E6014F Razzmatazz

📋 copy color: '#E6014F'

red 230 ◦ green 1 ◦ blue 79

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

Shades of Razzmatazz #E6014F

Tints of Razzmatazz #E6014F

RGB

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

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

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

R = 74.19%
G = 0.32%
B = 25.48%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E6014F (or 0xE6014F) is known color: Razzmatazz. HEX triplet: E6, 01 and 4F. RGB value is (230,1,79). Sum of RGB (Red+Green+Blue) = 230+1+79=310 (41% of max value = 765). Red value is 230 (90.23% from 255 or 74.19% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 230 - color contains mainly: red. Hex color #E6014F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6014F is #19FEB0. Grayscale: #4E4E4E. Windows color (decimal): -1703601 or 5177830. OLE color: 5177830.

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

Color convert

RGB 230 1 79 -
CMYK 0 1.00 0.66 0.10
HSL 339.56º 0.99% 0.45% -
HSV(B) 339.56º 1% 0.9% -
XYZ 34.06 17.41 8.96 -
YUV 78.36 128.37 236.16 -
System Red Green Blue C M Y K H S L
Decimal 230 1 79 0 1.00 0.66 0.10 339.56 0.99 0.45
Hex E6 1 4F 0 64 42 A 154 63 2D
Octal 346 1 117 0 144 102 12 524 143 55
Binary 11100110 1 1001111 0 1100100 1000010 1010 101010100 1100011 101101

Color Harmonies of #E6014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6014F

Black with #E6014F

Text Example


Text Example

White with #E6014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6014F; }

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

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

background-color css

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

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

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

border-color css

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

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

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