Html Css Color HEX #E6154F Razzmatazz

📋 copy color: '#E6154F'

red 230 ◦ green 21 ◦ blue 79

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

Shades of Razzmatazz #E6154F

Tints of Razzmatazz #E6154F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.36%

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

R = 69.7%
G = 6.36%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E6154F (or 0xE6154F) is known color: Razzmatazz. HEX triplet: E6, 15 and 4F. RGB value is (230,21,79). Sum of RGB (Red+Green+Blue) = 230+21+79=330 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.70% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 230 - color contains mainly: red. Hex color #E6154F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6154F is #19EAB0. Grayscale: #5A5A5A. Windows color (decimal): -1698481 or 5182950. OLE color: 5182950.

HSL color Cylindrical-coordinate representation of color #E6154F: hue angle of 343.35º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E6154F is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 21 79 -
CMYK 0 0.91 0.66 0.10
HSL 343.35º 0.83% 0.49% -
HSV(B) 343.35º 0.91% 0.9% -
XYZ 34.31 17.92 9.05 -
YUV 90.1 121.74 227.78 -
System Red Green Blue C M Y K H S L
Decimal 230 21 79 0 0.91 0.66 0.10 343.35 0.83 0.49
Hex E6 15 4F 0 5B 42 A 157 53 31
Octal 346 25 117 0 133 102 12 527 123 61
Binary 11100110 10101 1001111 0 1011011 1000010 1010 101010111 1010011 110001

Color Harmonies of #E6154F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6154F

Black with #E6154F

Text Example


Text Example

White with #E6154F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6154F; }

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

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

background-color css

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

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

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

border-color css

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

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

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