Html Css Color HEX #E327BD Razzle Dazzle Rose

📋 copy color: '#E327BD'

red 227 ◦ green 39 ◦ blue 189

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

Shades of Razzle Dazzle Rose #E327BD

Tints of Razzle Dazzle Rose #E327BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.54%

R = 49.89%
G = 8.57%
B = 41.54%

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

#E327BD (or 0xE327BD) is known color: Razzle Dazzle Rose. HEX triplet: E3, 27 and BD. RGB value is (227,39,189). Sum of RGB (Red+Green+Blue) = 227+39+189=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 39 (15.62% from 255 or 8.57% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E327BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E327BD is #1CD842. Grayscale: #6F6F6F. Windows color (decimal): -1890371 or 12396515. OLE color: 12396515.

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

Color convert

RGB 227 39 189 -
CMYK 0 0.83 0.17 0.11
HSL 312.13º 0.77% 0.52% -
HSV(B) 312.13º 0.83% 0.89% -
XYZ 41.59 21.46 50.09 -
YUV 112.31 171.28 209.8 -
System Red Green Blue C M Y K H S L
Decimal 227 39 189 0 0.83 0.17 0.11 312.13 0.77 0.52
Hex E3 27 BD 0 53 11 B 138 4D 34
Octal 343 47 275 0 123 21 13 470 115 64
Binary 11100011 100111 10111101 0 1010011 10001 1011 100111000 1001101 110100

Color Harmonies of #E327BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E327BD

Black with #E327BD

Text Example


Text Example

White with #E327BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E327BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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