Html Css Color HEX #E949C0 Razzle Dazzle Rose

📋 copy color: '#E949C0'

red 233 ◦ green 73 ◦ blue 192

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

Shades of Razzle Dazzle Rose #E949C0

Tints of Razzle Dazzle Rose #E949C0

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.66%

 BLUE value IS 192 (75.39% from 255) = 38.55%

R = 46.79%
G = 14.66%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E949C0 (or 0xE949C0) is known color: Razzle Dazzle Rose. HEX triplet: E9, 49 and C0. RGB value is (233,73,192). Sum of RGB (Red+Green+Blue) = 233+73+192=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 73 (28.91% from 255 or 14.66% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 233 - color contains mainly: red. Hex color #E949C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E949C0 is #16B63F. Grayscale: #868686. Windows color (decimal): -1488448 or 12601833. OLE color: 12601833.

HSL color Cylindrical-coordinate representation of color #E949C0: hue angle of 315.38º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E949C0 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 73 192 -
CMYK 0 0.69 0.18 0.09
HSL 315.38º 0.78% 0.6% -
HSV(B) 315.38º 0.69% 0.91% -
XYZ 45.5 25.89 52.47 -
YUV 134.41 160.51 198.32 -
System Red Green Blue C M Y K H S L
Decimal 233 73 192 0 0.69 0.18 0.09 315.38 0.78 0.6
Hex E9 49 C0 0 45 12 9 13B 4E 3C
Octal 351 111 300 0 105 22 11 473 116 74
Binary 11101001 1001001 11000000 0 1000101 10010 1001 100111011 1001110 111100

Color Harmonies of #E949C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E949C0

Black with #E949C0

Text Example


Text Example

White with #E949C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E949C0; }

 p { color: rgb(233,73,192); }

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

background-color css

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

 a { background-color: rgb(233,73,192); }

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

border-color css

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

 span { border-color: rgb(233,73,192); }

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