Html Css Color HEX #E327BC Razzle Dazzle Rose

📋 copy color: '#E327BC'

red 227 ◦ green 39 ◦ blue 188

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

Shades of Razzle Dazzle Rose #E327BC

Tints of Razzle Dazzle Rose #E327BC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.59%

 BLUE value IS 188 (73.83% from 255) = 41.41%

R = 50%
G = 8.59%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E327BC (or 0xE327BC) is known color: Razzle Dazzle Rose. HEX triplet: E3, 27 and BC. RGB value is (227,39,188). Sum of RGB (Red+Green+Blue) = 227+39+188=454 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50% from 454); Green value is 39 (15.62% from 255 or 8.59% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 227 - color contains mainly: red. Hex color #E327BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E327BC is #1CD843. Grayscale: #6F6F6F. Windows color (decimal): -1890372 or 12330979. OLE color: 12330979.

HSL color Cylindrical-coordinate representation of color #E327BC: hue angle of 312.45º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E327BC is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 39 188 -
CMYK 0 0.83 0.17 0.11
HSL 312.45º 0.77% 0.52% -
HSV(B) 312.45º 0.83% 0.89% -
XYZ 41.48 21.41 49.52 -
YUV 112.2 170.78 209.88 -
System Red Green Blue C M Y K H S L
Decimal 227 39 188 0 0.83 0.17 0.11 312.45 0.77 0.52
Hex E3 27 BC 0 53 11 B 138 4D 34
Octal 343 47 274 0 123 21 13 470 115 64
Binary 11100011 100111 10111100 0 1010011 10001 1011 100111000 1001101 110100

Color Harmonies of #E327BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E327BC

Black with #E327BC

Text Example


Text Example

White with #E327BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E327BC; }

 p { color: rgb(227,39,188); }

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

background-color css

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

 a { background-color: rgb(227,39,188); }

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

border-color css

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

 span { border-color: rgb(227,39,188); }

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