Html Css Color HEX #E7015A Razzmatazz

📋 copy color: '#E7015A'

red 231 ◦ green 1 ◦ blue 90

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

Shades of Razzmatazz #E7015A

Tints of Razzmatazz #E7015A

RGB

 RED value IS 231 (90.63% from 255) = 71.74%

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

 BLUE value IS 90 (35.55% from 255) = 27.95%

R = 71.74%
G = 0.31%
B = 27.95%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E7015A (or 0xE7015A) is known color: Razzmatazz. HEX triplet: E7, 01 and 5A. RGB value is (231,1,90). Sum of RGB (Red+Green+Blue) = 231+1+90=322 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.74% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 231 - color contains mainly: red. Hex color #E7015A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7015A is #18FEA5. Grayscale: #4F4F4F. Windows color (decimal): -1638054 or 5898727. OLE color: 5898727.

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

Color convert

RGB 231 1 90 -
CMYK 0 1.00 0.61 0.09
HSL 336.78º 0.99% 0.45% -
HSV(B) 336.78º 1% 0.91% -
XYZ 34.81 17.75 11.26 -
YUV 79.92 133.7 235.76 -
System Red Green Blue C M Y K H S L
Decimal 231 1 90 0 1.00 0.61 0.09 336.78 0.99 0.45
Hex E7 1 5A 0 64 3D 9 151 63 2D
Octal 347 1 132 0 144 75 11 521 143 55
Binary 11100111 1 1011010 0 1100100 111101 1001 101010001 1100011 101101

Color Harmonies of #E7015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7015A

Black with #E7015A

Text Example


Text Example

White with #E7015A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7015A; }

 p { color: rgb(231,1,90); }

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

background-color css

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

 a { background-color: rgb(231,1,90); }

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

border-color css

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

 span { border-color: rgb(231,1,90); }

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