Html Css Color HEX #E61EE1 Razzle Dazzle Rose

📋 copy color: '#E61EE1'

red 230 ◦ green 30 ◦ blue 225

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

Shades of Razzle Dazzle Rose #E61EE1

Tints of Razzle Dazzle Rose #E61EE1

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.19%

 BLUE value IS 225 (88.28% from 255) = 46.39%

R = 47.42%
G = 6.19%
B = 46.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E61EE1 (or 0xE61EE1) is known color: Razzle Dazzle Rose. HEX triplet: E6, 1E and E1. RGB value is (230,30,225). Sum of RGB (Red+Green+Blue) = 230+30+225=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 30 (12.11% from 255 or 6.19% from 485); Blue value is 225 (88.28% from 255 or 46.39% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E61EE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61EE1 is #19E11E. Grayscale: #6F6F6F. Windows color (decimal): -1696031 or 14753510. OLE color: 14753510.

HSL color Cylindrical-coordinate representation of color #E61EE1: hue angle of 301.5º 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 #E61EE1 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 30 225 -
CMYK 0 0.87 0.02 0.10
HSL 301.5º 0.8% 0.51% -
HSV(B) 301.5º 0.87% 0.9% -
XYZ 46.69 23.19 73.25 -
YUV 112.03 191.76 212.14 -
System Red Green Blue C M Y K H S L
Decimal 230 30 225 0 0.87 0.02 0.10 301.5 0.8 0.51
Hex E6 1E E1 0 57 2 A 12E 50 33
Octal 346 36 341 0 127 2 12 456 120 63
Binary 11100110 11110 11100001 0 1010111 10 1010 100101110 1010000 110011

Color Harmonies of #E61EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61EE1

Black with #E61EE1

Text Example


Text Example

White with #E61EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61EE1; }

 p { color: rgb(230,30,225); }

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

background-color css

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

 a { background-color: rgb(230,30,225); }

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

border-color css

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

 span { border-color: rgb(230,30,225); }

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