Html Css Color HEX #E60952 Razzmatazz

📋 copy color: '#E60952'

red 230 ◦ green 9 ◦ blue 82

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

Shades of Razzmatazz #E60952

Tints of Razzmatazz #E60952

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.8%

 BLUE value IS 82 (32.42% from 255) = 25.55%

R = 71.65%
G = 2.8%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#E60952 (or 0xE60952) is known color: Razzmatazz. HEX triplet: E6, 09 and 52. RGB value is (230,9,82). Sum of RGB (Red+Green+Blue) = 230+9+82=321 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.65% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 230 - color contains mainly: red. Hex color #E60952 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60952 is #19F6AD. Grayscale: #535353. Windows color (decimal): -1701550 or 5376486. OLE color: 5376486.

HSL color Cylindrical-coordinate representation of color #E60952: hue angle of 340.18º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60952 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 9 82 -
CMYK 0 0.96 0.64 0.10
HSL 340.18º 0.92% 0.47% -
HSV(B) 340.18º 0.96% 0.9% -
XYZ 34.25 17.63 9.58 -
YUV 83.4 127.22 232.56 -
System Red Green Blue C M Y K H S L
Decimal 230 9 82 0 0.96 0.64 0.10 340.18 0.92 0.47
Hex E6 9 52 0 60 40 A 154 5C 2F
Octal 346 11 122 0 140 100 12 524 134 57
Binary 11100110 1001 1010010 0 1100000 1000000 1010 101010100 1011100 101111

Color Harmonies of #E60952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60952

Black with #E60952

Text Example


Text Example

White with #E60952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60952; }

 p { color: rgb(230,9,82); }

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

background-color css

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

 a { background-color: rgb(230,9,82); }

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

border-color css

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

 span { border-color: rgb(230,9,82); }

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