Html Css Color HEX #E1065B Razzmatazz

📋 copy color: '#E1065B'

red 225 ◦ green 6 ◦ blue 91

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

Shades of Razzmatazz #E1065B

Tints of Razzmatazz #E1065B

RGB

 RED value IS 225 (88.28% from 255) = 69.88%

 GREEN value IS 6 (2.73% from 255) = 1.86%

 BLUE value IS 91 (35.94% from 255) = 28.26%

R = 69.88%
G = 1.86%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E1065B (or 0xE1065B) is known color: Razzmatazz. HEX triplet: E1, 06 and 5B. RGB value is (225,6,91). Sum of RGB (Red+Green+Blue) = 225+6+91=322 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.88% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 225 - color contains mainly: red. Hex color #E1065B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1065B is #1EF9A4. Grayscale: #515151. Windows color (decimal): -2029989 or 5965537. OLE color: 5965537.

HSL color Cylindrical-coordinate representation of color #E1065B: hue angle of 336.71º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E1065B is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 6 91 -
CMYK 0 0.97 0.60 0.12
HSL 336.71º 0.95% 0.45% -
HSV(B) 336.71º 0.97% 0.88% -
XYZ 33 16.89 11.42 -
YUV 81.17 133.55 230.59 -
System Red Green Blue C M Y K H S L
Decimal 225 6 91 0 0.97 0.60 0.12 336.71 0.95 0.45
Hex E1 6 5B 0 61 3C C 151 5F 2D
Octal 341 6 133 0 141 74 14 521 137 55
Binary 11100001 110 1011011 0 1100001 111100 1100 101010001 1011111 101101

Color Harmonies of #E1065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1065B

Black with #E1065B

Text Example


Text Example

White with #E1065B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1065B; }

 p { color: rgb(225,6,91); }

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

background-color css

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

 a { background-color: rgb(225,6,91); }

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

border-color css

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

 span { border-color: rgb(225,6,91); }

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