Html Css Color HEX #E6025D Razzmatazz

📋 copy color: '#E6025D'

red 230 ◦ green 2 ◦ blue 93

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

Shades of Razzmatazz #E6025D

Tints of Razzmatazz #E6025D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

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

R = 70.77%
G = 0.62%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6025D (or 0xE6025D) is known color: Razzmatazz. HEX triplet: E6, 02 and 5D. RGB value is (230,2,93). Sum of RGB (Red+Green+Blue) = 230+2+93=325 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.77% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 230 - color contains mainly: red. Hex color #E6025D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6025D is #19FDA2. Grayscale: #505050. Windows color (decimal): -1703331 or 6095590. OLE color: 6095590.

HSL color Cylindrical-coordinate representation of color #E6025D: hue angle of 336.05º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E6025D is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 2 93 -
CMYK 0 0.99 0.60 0.10
HSL 336.05º 0.98% 0.45% -
HSV(B) 336.05º 0.99% 0.9% -
XYZ 34.63 17.66 11.94 -
YUV 80.55 135.04 234.6 -
System Red Green Blue C M Y K H S L
Decimal 230 2 93 0 0.99 0.60 0.10 336.05 0.98 0.45
Hex E6 2 5D 0 63 3C A 150 62 2D
Octal 346 2 135 0 143 74 12 520 142 55
Binary 11100110 10 1011101 0 1100011 111100 1010 101010000 1100010 101101

Color Harmonies of #E6025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6025D

Black with #E6025D

Text Example


Text Example

White with #E6025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6025D; }

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

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

background-color css

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

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

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

border-color css

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

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

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