Html Css Color HEX #E6065D Razzmatazz

📋 copy color: '#E6065D'

red 230 ◦ green 6 ◦ blue 93

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

Shades of Razzmatazz #E6065D

Tints of Razzmatazz #E6065D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.27%

R = 69.91%
G = 1.82%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6065D (or 0xE6065D) is known color: Razzmatazz. HEX triplet: E6, 06 and 5D. RGB value is (230,6,93). Sum of RGB (Red+Green+Blue) = 230+6+93=329 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.91% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 230 - color contains mainly: red. Hex color #E6065D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6065D is #19F9A2. Grayscale: #525252. Windows color (decimal): -1702307 or 6096614. OLE color: 6096614.

HSL color Cylindrical-coordinate representation of color #E6065D: hue angle of 336.7º degrees, saturation: 0.95, 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 #E6065D is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 6 93 -
CMYK 0 0.97 0.60 0.10
HSL 336.7º 0.95% 0.46% -
HSV(B) 336.7º 0.97% 0.9% -
XYZ 34.67 17.74 11.95 -
YUV 82.89 133.71 232.93 -
System Red Green Blue C M Y K H S L
Decimal 230 6 93 0 0.97 0.60 0.10 336.7 0.95 0.46
Hex E6 6 5D 0 61 3C A 151 5F 2E
Octal 346 6 135 0 141 74 12 521 137 56
Binary 11100110 110 1011101 0 1100001 111100 1010 101010001 1011111 101110

Color Harmonies of #E6065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6065D

Black with #E6065D

Text Example


Text Example

White with #E6065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6065D; }

 p { color: rgb(230,6,93); }

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

background-color css

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

 a { background-color: rgb(230,6,93); }

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

border-color css

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

 span { border-color: rgb(230,6,93); }

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