Html Css Color HEX #E32FCE Razzle Dazzle Rose

📋 copy color: '#E32FCE'

red 227 ◦ green 47 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E32FCE

Tints of Razzle Dazzle Rose #E32FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.92%

R = 47.29%
G = 9.79%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E32FCE (or 0xE32FCE) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2F and CE. RGB value is (227,47,206). Sum of RGB (Red+Green+Blue) = 227+47+206=480 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.29% from 480); Green value is 47 (18.75% from 255 or 9.79% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 227 - color contains mainly: red. Hex color #E32FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32FCE is #1CD031. Grayscale: #767676. Windows color (decimal): -1888306 or 13512675. OLE color: 13512675.

HSL color Cylindrical-coordinate representation of color #E32FCE: hue angle of 307º 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 #E32FCE is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 47 206 -
CMYK 0 0.79 0.09 0.11
HSL 307º 0.76% 0.54% -
HSV(B) 307º 0.79% 0.89% -
XYZ 43.84 22.82 60.49 -
YUV 118.95 177.13 205.07 -
System Red Green Blue C M Y K H S L
Decimal 227 47 206 0 0.79 0.09 0.11 307 0.76 0.54
Hex E3 2F CE 0 4F 9 B 133 4C 36
Octal 343 57 316 0 117 11 13 463 114 66
Binary 11100011 101111 11001110 0 1001111 1001 1011 100110011 1001100 110110

Color Harmonies of #E32FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32FCE

Black with #E32FCE

Text Example


Text Example

White with #E32FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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