Html Css Color HEX #E32DC1 Razzle Dazzle Rose

📋 copy color: '#E32DC1'

red 227 ◦ green 45 ◦ blue 193

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

Shades of Razzle Dazzle Rose #E32DC1

Tints of Razzle Dazzle Rose #E32DC1

RGB

 RED value IS 227 (89.06% from 255) = 48.82%

 GREEN value IS 45 (17.97% from 255) = 9.68%

 BLUE value IS 193 (75.78% from 255) = 41.51%

R = 48.82%
G = 9.68%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E32DC1 (or 0xE32DC1) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2D and C1. RGB value is (227,45,193). Sum of RGB (Red+Green+Blue) = 227+45+193=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 45 (17.97% from 255 or 9.68% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E32DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32DC1 is #1CD23E. Grayscale: #737373. Windows color (decimal): -1888831 or 12660195. OLE color: 12660195.

HSL color Cylindrical-coordinate representation of color #E32DC1: hue angle of 311.21º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E32DC1 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 45 193 -
CMYK 0 0.80 0.15 0.11
HSL 311.21º 0.76% 0.53% -
HSV(B) 311.21º 0.8% 0.89% -
XYZ 42.24 22.06 52.48 -
YUV 116.29 171.3 206.97 -
System Red Green Blue C M Y K H S L
Decimal 227 45 193 0 0.80 0.15 0.11 311.21 0.76 0.53
Hex E3 2D C1 0 50 F B 137 4C 35
Octal 343 55 301 0 120 17 13 467 114 65
Binary 11100011 101101 11000001 0 1010000 1111 1011 100110111 1001100 110101

Color Harmonies of #E32DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32DC1

Black with #E32DC1

Text Example


Text Example

White with #E32DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32DC1; }

 p { color: rgb(227,45,193); }

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

background-color css

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

 a { background-color: rgb(227,45,193); }

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

border-color css

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

 span { border-color: rgb(227,45,193); }

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