Html Css Color HEX #E42ADB Razzle Dazzle Rose

📋 copy color: '#E42ADB'

red 228 ◦ green 42 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E42ADB

Tints of Razzle Dazzle Rose #E42ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.79%

R = 46.63%
G = 8.59%
B = 44.79%

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

#E42ADB (or 0xE42ADB) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2A and DB. RGB value is (228,42,219). Sum of RGB (Red+Green+Blue) = 228+42+219=489 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.63% from 489); Green value is 42 (16.80% from 255 or 8.59% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 228 - color contains mainly: red. Hex color #E42ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42ADB is #1BD524. Grayscale: #757575. Windows color (decimal): -1824037 or 14363364. OLE color: 14363364.

HSL color Cylindrical-coordinate representation of color #E42ADB: hue angle of 302.9º 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 #E42ADB is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 42 219 -
CMYK 0 0.82 0.04 0.11
HSL 302.9º 0.78% 0.53% -
HSV(B) 302.9º 0.82% 0.89% -
XYZ 45.61 23.26 69.1 -
YUV 117.79 185.12 206.61 -
System Red Green Blue C M Y K H S L
Decimal 228 42 219 0 0.82 0.04 0.11 302.9 0.78 0.53
Hex E4 2A DB 0 52 4 B 12F 4E 35
Octal 344 52 333 0 122 4 13 457 116 65
Binary 11100100 101010 11011011 0 1010010 100 1011 100101111 1001110 110101

Color Harmonies of #E42ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42ADB

Black with #E42ADB

Text Example


Text Example

White with #E42ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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