Html Css Color HEX #E6075A Razzmatazz

📋 copy color: '#E6075A'

red 230 ◦ green 7 ◦ blue 90

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

Shades of Razzmatazz #E6075A

Tints of Razzmatazz #E6075A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.14%

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

R = 70.34%
G = 2.14%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E6075A (or 0xE6075A) is known color: Razzmatazz. HEX triplet: E6, 07 and 5A. RGB value is (230,7,90). Sum of RGB (Red+Green+Blue) = 230+7+90=327 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.34% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 230 - color contains mainly: red. Hex color #E6075A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6075A is #19F8A5. Grayscale: #535353. Windows color (decimal): -1702054 or 5900262. OLE color: 5900262.

HSL color Cylindrical-coordinate representation of color #E6075A: hue angle of 337.67º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6075A is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 7 90 -
CMYK 0 0.97 0.61 0.10
HSL 337.67º 0.94% 0.46% -
HSV(B) 337.67º 0.97% 0.9% -
XYZ 34.55 17.71 11.27 -
YUV 83.14 131.88 232.75 -
System Red Green Blue C M Y K H S L
Decimal 230 7 90 0 0.97 0.61 0.10 337.67 0.94 0.46
Hex E6 7 5A 0 61 3D A 152 5E 2E
Octal 346 7 132 0 141 75 12 522 136 56
Binary 11100110 111 1011010 0 1100001 111101 1010 101010010 1011110 101110

Color Harmonies of #E6075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6075A

Black with #E6075A

Text Example


Text Example

White with #E6075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6075A; }

 p { color: rgb(230,7,90); }

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

background-color css

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

 a { background-color: rgb(230,7,90); }

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

border-color css

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

 span { border-color: rgb(230,7,90); }

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