Html Css Color HEX #E40665 Razzmatazz

📋 copy color: '#E40665'

red 228 ◦ green 6 ◦ blue 101

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

Shades of Razzmatazz #E40665

Tints of Razzmatazz #E40665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.15%

R = 68.06%
G = 1.79%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E40665 (or 0xE40665) is known color: Razzmatazz. HEX triplet: E4, 06 and 65. RGB value is (228,6,101). Sum of RGB (Red+Green+Blue) = 228+6+101=335 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.06% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 228 - color contains mainly: red. Hex color #E40665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40665 is #1BF99A. Grayscale: #535353. Windows color (decimal): -1833371 or 6620900. OLE color: 6620900.

HSL color Cylindrical-coordinate representation of color #E40665: hue angle of 334.32º 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 #E40665 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 6 101 -
CMYK 0 0.97 0.56 0.11
HSL 334.32º 0.95% 0.46% -
HSV(B) 334.32º 0.97% 0.89% -
XYZ 34.41 17.56 13.89 -
YUV 83.21 138.05 231.28 -
System Red Green Blue C M Y K H S L
Decimal 228 6 101 0 0.97 0.56 0.11 334.32 0.95 0.46
Hex E4 6 65 0 61 38 B 14E 5F 2E
Octal 344 6 145 0 141 70 13 516 137 56
Binary 11100100 110 1100101 0 1100001 111000 1011 101001110 1011111 101110

Color Harmonies of #E40665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40665

Black with #E40665

Text Example


Text Example

White with #E40665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40665; }

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

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

background-color css

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

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

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

border-color css

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

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

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