Html Css Color HEX #E61FDA Razzle Dazzle Rose

📋 copy color: '#E61FDA'

red 230 ◦ green 31 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E61FDA

Tints of Razzle Dazzle Rose #E61FDA

RGB

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

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

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

R = 48.02%
G = 6.47%
B = 45.51%

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

#E61FDA (or 0xE61FDA) is known color: Razzle Dazzle Rose. HEX triplet: E6, 1F and DA. RGB value is (230,31,218). Sum of RGB (Red+Green+Blue) = 230+31+218=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 31 (12.5% from 255 or 6.47% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E61FDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61FDA is #19E025. Grayscale: #6F6F6F. Windows color (decimal): -1695782 or 14295014. OLE color: 14295014.

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

Color convert

RGB 230 31 218 -
CMYK 0 0.87 0.05 0.10
HSL 303.62º 0.8% 0.51% -
HSV(B) 303.62º 0.87% 0.9% -
XYZ 45.78 22.86 68.33 -
YUV 111.82 187.93 212.29 -
System Red Green Blue C M Y K H S L
Decimal 230 31 218 0 0.87 0.05 0.10 303.62 0.8 0.51
Hex E6 1F DA 0 57 5 A 130 50 33
Octal 346 37 332 0 127 5 12 460 120 63
Binary 11100110 11111 11011010 0 1010111 101 1010 100110000 1010000 110011

Color Harmonies of #E61FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61FDA

Black with #E61FDA

Text Example


Text Example

White with #E61FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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