Html Css Color HEX #E91DDA Razzle Dazzle Rose

📋 copy color: '#E91DDA'

red 233 ◦ green 29 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E91DDA

Tints of Razzle Dazzle Rose #E91DDA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.04%

 BLUE value IS 218 (85.55% from 255) = 45.42%

R = 48.54%
G = 6.04%
B = 45.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E91DDA (or 0xE91DDA) is known color: Razzle Dazzle Rose. HEX triplet: E9, 1D and DA. RGB value is (233,29,218). Sum of RGB (Red+Green+Blue) = 233+29+218=480 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.54% from 480); Green value is 29 (11.72% from 255 or 6.04% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 233 - color contains mainly: red. Hex color #E91DDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E91DDA is #16E225. Grayscale: #6E6E6E. Windows color (decimal): -1499686 or 14294505. OLE color: 14294505.

HSL color Cylindrical-coordinate representation of color #E91DDA: hue angle of 304.41º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91DDA is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 29 218 -
CMYK 0 0.88 0.06 0.09
HSL 304.41º 0.82% 0.51% -
HSV(B) 304.41º 0.88% 0.91% -
XYZ 46.7 23.26 68.36 -
YUV 111.54 188.09 214.63 -
System Red Green Blue C M Y K H S L
Decimal 233 29 218 0 0.88 0.06 0.09 304.41 0.82 0.51
Hex E9 1D DA 0 58 6 9 130 52 33
Octal 351 35 332 0 130 6 11 460 122 63
Binary 11101001 11101 11011010 0 1011000 110 1001 100110000 1010010 110011

Color Harmonies of #E91DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91DDA

Black with #E91DDA

Text Example


Text Example

White with #E91DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91DDA; }

 p { color: rgb(233,29,218); }

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

background-color css

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

 a { background-color: rgb(233,29,218); }

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

border-color css

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

 span { border-color: rgb(233,29,218); }

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