Html Css Color HEX #E61DE1 Razzle Dazzle Rose

📋 copy color: '#E61DE1'

red 230 ◦ green 29 ◦ blue 225

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

Shades of Razzle Dazzle Rose #E61DE1

Tints of Razzle Dazzle Rose #E61DE1

RGB

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

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

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

R = 47.52%
G = 5.99%
B = 46.49%

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

#E61DE1 (or 0xE61DE1) is known color: Razzle Dazzle Rose. HEX triplet: E6, 1D and E1. RGB value is (230,29,225). Sum of RGB (Red+Green+Blue) = 230+29+225=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 29 (11.72% from 255 or 5.99% from 484); Blue value is 225 (88.28% from 255 or 46.49% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E61DE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61DE1 is #19E21E. Grayscale: #6E6E6E. Windows color (decimal): -1696287 or 14753254. OLE color: 14753254.

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

Color convert

RGB 230 29 225 -
CMYK 0 0.87 0.02 0.10
HSL 301.49º 0.8% 0.51% -
HSV(B) 301.49º 0.87% 0.9% -
XYZ 46.66 23.14 73.24 -
YUV 111.44 192.09 212.56 -
System Red Green Blue C M Y K H S L
Decimal 230 29 225 0 0.87 0.02 0.10 301.49 0.8 0.51
Hex E6 1D E1 0 57 2 A 12D 50 33
Octal 346 35 341 0 127 2 12 455 120 63
Binary 11100110 11101 11100001 0 1010111 10 1010 100101101 1010000 110011

Color Harmonies of #E61DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61DE1

Black with #E61DE1

Text Example


Text Example

White with #E61DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61DE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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