Html Css Color HEX #E4065D Razzmatazz

📋 copy color: '#E4065D'

red 228 ◦ green 6 ◦ blue 93

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

Shades of Razzmatazz #E4065D

Tints of Razzmatazz #E4065D

RGB

 RED value IS 228 (89.45% from 255) = 69.72%

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

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

R = 69.72%
G = 1.83%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E4065D (or 0xE4065D) is known color: Razzmatazz. HEX triplet: E4, 06 and 5D. RGB value is (228,6,93). Sum of RGB (Red+Green+Blue) = 228+6+93=327 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.72% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 228 - color contains mainly: red. Hex color #E4065D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4065D is #1BF9A2. Grayscale: #525252. Windows color (decimal): -1833379 or 6096612. OLE color: 6096612.

HSL color Cylindrical-coordinate representation of color #E4065D: hue angle of 336.49º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E4065D is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 6 93 -
CMYK 0 0.97 0.59 0.11
HSL 336.49º 0.95% 0.46% -
HSV(B) 336.49º 0.97% 0.89% -
XYZ 34.04 17.41 11.92 -
YUV 82.3 134.05 231.93 -
System Red Green Blue C M Y K H S L
Decimal 228 6 93 0 0.97 0.59 0.11 336.49 0.95 0.46
Hex E4 6 5D 0 61 3B B 150 5F 2E
Octal 344 6 135 0 141 73 13 520 137 56
Binary 11100100 110 1011101 0 1100001 111011 1011 101010000 1011111 101110

Color Harmonies of #E4065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4065D

Black with #E4065D

Text Example


Text Example

White with #E4065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4065D; }

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

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

background-color css

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

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

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

border-color css

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

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

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