Html Css Color HEX #E61FE0 Razzle Dazzle Rose

📋 copy color: '#E61FE0'

red 230 ◦ green 31 ◦ blue 224

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

Shades of Razzle Dazzle Rose #E61FE0

Tints of Razzle Dazzle Rose #E61FE0

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.39%

 BLUE value IS 224 (87.89% from 255) = 46.19%

R = 47.42%
G = 6.39%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E61FE0 (or 0xE61FE0) is known color: Razzle Dazzle Rose. HEX triplet: E6, 1F and E0. RGB value is (230,31,224). Sum of RGB (Red+Green+Blue) = 230+31+224=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 31 (12.5% from 255 or 6.39% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E61FE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61FE0 is #19E01F. Grayscale: #6F6F6F. Windows color (decimal): -1695776 or 14688230. OLE color: 14688230.

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

Color convert

RGB 230 31 224 -
CMYK 0 0.87 0.03 0.10
HSL 301.81º 0.8% 0.51% -
HSV(B) 301.81º 0.87% 0.9% -
XYZ 46.58 23.18 72.54 -
YUV 112.5 190.93 211.81 -
System Red Green Blue C M Y K H S L
Decimal 230 31 224 0 0.87 0.03 0.10 301.81 0.8 0.51
Hex E6 1F E0 0 57 3 A 12E 50 33
Octal 346 37 340 0 127 3 12 456 120 63
Binary 11100110 11111 11100000 0 1010111 11 1010 100101110 1010000 110011

Color Harmonies of #E61FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61FE0

Black with #E61FE0

Text Example


Text Example

White with #E61FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61FE0; }

 p { color: rgb(230,31,224); }

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

background-color css

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

 a { background-color: rgb(230,31,224); }

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

border-color css

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

 span { border-color: rgb(230,31,224); }

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