Html Css Color HEX #E60275 Razzmatazz

📋 copy color: '#E60275'

red 230 ◦ green 2 ◦ blue 117

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

Shades of Razzmatazz #E60275

Tints of Razzmatazz #E60275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.52%

R = 65.9%
G = 0.57%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E60275 (or 0xE60275) is known color: Razzmatazz. HEX triplet: E6, 02 and 75. RGB value is (230,2,117). Sum of RGB (Red+Green+Blue) = 230+2+117=349 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.90% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 230 - color contains mainly: red. Hex color #E60275 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60275 is #19FD8A. Grayscale: #535353. Windows color (decimal): -1703307 or 7668454. OLE color: 7668454.

HSL color Cylindrical-coordinate representation of color #E60275: hue angle of 329.74º 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 #E60275 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 2 117 -
CMYK 0 0.99 0.49 0.10
HSL 329.74º 0.98% 0.45% -
HSV(B) 329.74º 0.99% 0.9% -
XYZ 35.87 18.15 18.44 -
YUV 83.28 147.04 232.65 -
System Red Green Blue C M Y K H S L
Decimal 230 2 117 0 0.99 0.49 0.10 329.74 0.98 0.45
Hex E6 2 75 0 63 31 A 14A 62 2D
Octal 346 2 165 0 143 61 12 512 142 55
Binary 11100110 10 1110101 0 1100011 110001 1010 101001010 1100010 101101

Color Harmonies of #E60275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60275

Black with #E60275

Text Example


Text Example

White with #E60275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60275; }

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

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

background-color css

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

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

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

border-color css

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

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

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