Html Css Color HEX #E948C0 Razzle Dazzle Rose

📋 copy color: '#E948C0'

red 233 ◦ green 72 ◦ blue 192

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

Shades of Razzle Dazzle Rose #E948C0

Tints of Razzle Dazzle Rose #E948C0

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.49%

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

R = 46.88%
G = 14.49%
B = 38.63%

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

#E948C0 (or 0xE948C0) is known color: Razzle Dazzle Rose. HEX triplet: E9, 48 and C0. RGB value is (233,72,192). Sum of RGB (Red+Green+Blue) = 233+72+192=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 72 (28.52% from 255 or 14.49% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E948C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E948C0 is #16B73F. Grayscale: #858585. Windows color (decimal): -1488704 or 12601577. OLE color: 12601577.

HSL color Cylindrical-coordinate representation of color #E948C0: hue angle of 315.28º degrees, saturation: 0.79, 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 #E948C0 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 72 192 -
CMYK 0 0.69 0.18 0.09
HSL 315.28º 0.79% 0.6% -
HSV(B) 315.28º 0.69% 0.91% -
XYZ 45.44 25.76 52.45 -
YUV 133.82 160.84 198.74 -
System Red Green Blue C M Y K H S L
Decimal 233 72 192 0 0.69 0.18 0.09 315.28 0.79 0.6
Hex E9 48 C0 0 45 12 9 13B 4F 3C
Octal 351 110 300 0 105 22 11 473 117 74
Binary 11101001 1001000 11000000 0 1000101 10010 1001 100111011 1001111 111100

Color Harmonies of #E948C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E948C0

Black with #E948C0

Text Example


Text Example

White with #E948C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E948C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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