Html Css Color HEX #E327BE Razzle Dazzle Rose

📋 copy color: '#E327BE'

red 227 ◦ green 39 ◦ blue 190

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

Shades of Razzle Dazzle Rose #E327BE

Tints of Razzle Dazzle Rose #E327BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.67%

R = 49.78%
G = 8.55%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E327BE (or 0xE327BE) is known color: Razzle Dazzle Rose. HEX triplet: E3, 27 and BE. RGB value is (227,39,190). Sum of RGB (Red+Green+Blue) = 227+39+190=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 39 (15.62% from 255 or 8.55% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E327BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E327BE is #1CD841. Grayscale: #707070. Windows color (decimal): -1890370 or 12462051. OLE color: 12462051.

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

Color convert

RGB 227 39 190 -
CMYK 0 0.83 0.16 0.11
HSL 311.81º 0.77% 0.52% -
HSV(B) 311.81º 0.83% 0.89% -
XYZ 41.7 21.5 50.67 -
YUV 112.43 171.78 209.72 -
System Red Green Blue C M Y K H S L
Decimal 227 39 190 0 0.83 0.16 0.11 311.81 0.77 0.52
Hex E3 27 BE 0 53 10 B 138 4D 34
Octal 343 47 276 0 123 20 13 470 115 64
Binary 11100011 100111 10111110 0 1010011 10000 1011 100111000 1001101 110100

Color Harmonies of #E327BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E327BE

Black with #E327BE

Text Example


Text Example

White with #E327BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E327BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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