Html Css Color HEX #E42ADA Razzle Dazzle Rose

📋 copy color: '#E42ADA'

red 228 ◦ green 42 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E42ADA

Tints of Razzle Dazzle Rose #E42ADA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.61%

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

R = 46.72%
G = 8.61%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E42ADA (or 0xE42ADA) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2A and DA. RGB value is (228,42,218). Sum of RGB (Red+Green+Blue) = 228+42+218=488 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.72% from 488); Green value is 42 (16.80% from 255 or 8.61% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 228 - color contains mainly: red. Hex color #E42ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42ADA is #1BD525. Grayscale: #757575. Windows color (decimal): -1824038 or 14297828. OLE color: 14297828.

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

Color convert

RGB 228 42 218 -
CMYK 0 0.82 0.04 0.11
HSL 303.23º 0.78% 0.53% -
HSV(B) 303.23º 0.82% 0.89% -
XYZ 45.48 23.21 68.41 -
YUV 117.68 184.62 206.69 -
System Red Green Blue C M Y K H S L
Decimal 228 42 218 0 0.82 0.04 0.11 303.23 0.78 0.53
Hex E4 2A DA 0 52 4 B 12F 4E 35
Octal 344 52 332 0 122 4 13 457 116 65
Binary 11100100 101010 11011010 0 1010010 100 1011 100101111 1001110 110101

Color Harmonies of #E42ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42ADA

Black with #E42ADA

Text Example


Text Example

White with #E42ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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