Html Css Color HEX #E61DDA Razzle Dazzle Rose

📋 copy color: '#E61DDA'

red 230 ◦ green 29 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E61DDA

Tints of Razzle Dazzle Rose #E61DDA

RGB

 RED value IS 230 (90.23% from 255) = 48.22%

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

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

R = 48.22%
G = 6.08%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E61DDA (or 0xE61DDA) is known color: Razzle Dazzle Rose. HEX triplet: E6, 1D and DA. RGB value is (230,29,218). Sum of RGB (Red+Green+Blue) = 230+29+218=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 29 (11.72% from 255 or 6.08% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E61DDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61DDA is #19E225. Grayscale: #6E6E6E. Windows color (decimal): -1696294 or 14294502. OLE color: 14294502.

HSL color Cylindrical-coordinate representation of color #E61DDA: hue angle of 303.58º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61DDA is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 29 218 -
CMYK 0 0.87 0.05 0.10
HSL 303.58º 0.8% 0.51% -
HSV(B) 303.58º 0.87% 0.9% -
XYZ 45.73 22.76 68.31 -
YUV 110.65 188.59 213.13 -
System Red Green Blue C M Y K H S L
Decimal 230 29 218 0 0.87 0.05 0.10 303.58 0.8 0.51
Hex E6 1D DA 0 57 5 A 130 50 33
Octal 346 35 332 0 127 5 12 460 120 63
Binary 11100110 11101 11011010 0 1010111 101 1010 100110000 1010000 110011

Color Harmonies of #E61DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61DDA

Black with #E61DDA

Text Example


Text Example

White with #E61DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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