Html Css Color HEX #E946BE Razzle Dazzle Rose

📋 copy color: '#E946BE'

red 233 ◦ green 70 ◦ blue 190

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

Shades of Razzle Dazzle Rose #E946BE

Tints of Razzle Dazzle Rose #E946BE

RGB

 RED value IS 233 (91.41% from 255) = 47.26%

 GREEN value IS 70 (27.73% from 255) = 14.2%

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

R = 47.26%
G = 14.2%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E946BE (or 0xE946BE) is known color: Razzle Dazzle Rose. HEX triplet: E9, 46 and BE. RGB value is (233,70,190). Sum of RGB (Red+Green+Blue) = 233+70+190=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 70 (27.73% from 255 or 14.20% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 233 - color contains mainly: red. Hex color #E946BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E946BE is #16B941. Grayscale: #848484. Windows color (decimal): -1489218 or 12469993. OLE color: 12469993.

HSL color Cylindrical-coordinate representation of color #E946BE: hue angle of 315.83º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E946BE is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 70 190 -
CMYK 0 0.70 0.18 0.09
HSL 315.83º 0.79% 0.59% -
HSV(B) 315.83º 0.7% 0.91% -
XYZ 45.09 25.42 51.25 -
YUV 132.42 160.5 199.74 -
System Red Green Blue C M Y K H S L
Decimal 233 70 190 0 0.70 0.18 0.09 315.83 0.79 0.59
Hex E9 46 BE 0 46 12 9 13C 4F 3B
Octal 351 106 276 0 106 22 11 474 117 73
Binary 11101001 1000110 10111110 0 1000110 10010 1001 100111100 1001111 111011

Color Harmonies of #E946BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E946BE

Black with #E946BE

Text Example


Text Example

White with #E946BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E946BE; }

 p { color: rgb(233,70,190); }

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

background-color css

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

 a { background-color: rgb(233,70,190); }

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

border-color css

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

 span { border-color: rgb(233,70,190); }

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