Html Css Color HEX #E40068 Razzmatazz

📋 copy color: '#E40068'

red 228 ◦ green 0 ◦ blue 104

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

Shades of Razzmatazz #E40068

Tints of Razzmatazz #E40068

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 104 (41.02% from 255) = 31.33%

R = 68.67%
G = 0%
B = 31.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E40068 (or 0xE40068) is known color: Razzmatazz. HEX triplet: E4, 00 and 68. RGB value is (228,0,104). Sum of RGB (Red+Green+Blue) = 228+0+104=332 (43% of max value = 765). Red value is 228 (89.45% from 255 or 68.67% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 228 - color contains mainly: red. Hex color #E40068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40068 is #1BFF97. Grayscale: #4F4F4F. Windows color (decimal): -1834904 or 6815972. OLE color: 6815972.

HSL color Cylindrical-coordinate representation of color #E40068: hue angle of 332.63º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E40068 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 0 104 -
CMYK 0 1 0.54 0.11
HSL 332.63º 1% 0.45% -
HSV(B) 332.63º 1% 0.89% -
XYZ 34.49 17.49 14.66 -
YUV 80.03 141.54 233.54 -
System Red Green Blue C M Y K H S L
Decimal 228 0 104 0 1 0.54 0.11 332.63 1 0.45
Hex E4 0 68 0 64 36 B 14D 64 2D
Octal 344 0 150 0 144 66 13 515 144 55
Binary 11100100 0 1101000 0 1100100 110110 1011 101001101 1100100 101101

Color Harmonies of #E40068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40068

Black with #E40068

Text Example


Text Example

White with #E40068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40068; }

 p { color: rgb(228,0,104); }

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

background-color css

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

 a { background-color: rgb(228,0,104); }

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

border-color css

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

 span { border-color: rgb(228,0,104); }

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