Html Css Color HEX #E41EDA Razzle Dazzle Rose

📋 copy color: '#E41EDA'

red 228 ◦ green 30 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E41EDA

Tints of Razzle Dazzle Rose #E41EDA

RGB

 RED value IS 228 (89.45% from 255) = 47.9%

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

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

R = 47.9%
G = 6.3%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E41EDA (or 0xE41EDA) is known color: Razzle Dazzle Rose. HEX triplet: E4, 1E and DA. RGB value is (228,30,218). Sum of RGB (Red+Green+Blue) = 228+30+218=476 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.90% from 476); Green value is 30 (12.11% from 255 or 6.30% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 228 - color contains mainly: red. Hex color #E41EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41EDA is #1BE125. Grayscale: #6E6E6E. Windows color (decimal): -1827110 or 14294756. OLE color: 14294756.

HSL color Cylindrical-coordinate representation of color #E41EDA: hue angle of 303.03º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E41EDA is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 30 218 -
CMYK 0 0.87 0.04 0.11
HSL 303.03º 0.79% 0.51% -
HSV(B) 303.03º 0.87% 0.89% -
XYZ 45.11 22.48 68.29 -
YUV 110.63 188.6 211.71 -
System Red Green Blue C M Y K H S L
Decimal 228 30 218 0 0.87 0.04 0.11 303.03 0.79 0.51
Hex E4 1E DA 0 57 4 B 12F 4F 33
Octal 344 36 332 0 127 4 13 457 117 63
Binary 11100100 11110 11011010 0 1010111 100 1011 100101111 1001111 110011

Color Harmonies of #E41EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41EDA

Black with #E41EDA

Text Example


Text Example

White with #E41EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41EDA; }

 p { color: rgb(228,30,218); }

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

background-color css

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

 a { background-color: rgb(228,30,218); }

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

border-color css

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

 span { border-color: rgb(228,30,218); }

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