Html Css Color HEX #E32FC5 Razzle Dazzle Rose

📋 copy color: '#E32FC5'

red 227 ◦ green 47 ◦ blue 197

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

Shades of Razzle Dazzle Rose #E32FC5

Tints of Razzle Dazzle Rose #E32FC5

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.98%

 BLUE value IS 197 (77.34% from 255) = 41.83%

R = 48.2%
G = 9.98%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#E32FC5 (or 0xE32FC5) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2F and C5. RGB value is (227,47,197). Sum of RGB (Red+Green+Blue) = 227+47+197=471 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.20% from 471); Green value is 47 (18.75% from 255 or 9.98% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 227 - color contains mainly: red. Hex color #E32FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32FC5 is #1CD03A. Grayscale: #757575. Windows color (decimal): -1888315 or 12922851. OLE color: 12922851.

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

Color convert

RGB 227 47 197 -
CMYK 0 0.79 0.13 0.11
HSL 310º 0.76% 0.54% -
HSV(B) 310º 0.79% 0.89% -
XYZ 42.77 22.4 54.89 -
YUV 117.92 172.63 205.8 -
System Red Green Blue C M Y K H S L
Decimal 227 47 197 0 0.79 0.13 0.11 310 0.76 0.54
Hex E3 2F C5 0 4F D B 136 4C 36
Octal 343 57 305 0 117 15 13 466 114 66
Binary 11100011 101111 11000101 0 1001111 1101 1011 100110110 1001100 110110

Color Harmonies of #E32FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32FC5

Black with #E32FC5

Text Example


Text Example

White with #E32FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32FC5; }

 p { color: rgb(227,47,197); }

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

background-color css

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

 a { background-color: rgb(227,47,197); }

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

border-color css

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

 span { border-color: rgb(227,47,197); }

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