Html Css Color HEX #E42BDB Razzle Dazzle Rose

📋 copy color: '#E42BDB'

red 228 ◦ green 43 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E42BDB

Tints of Razzle Dazzle Rose #E42BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.78%

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

R = 46.53%
G = 8.78%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E42BDB (or 0xE42BDB) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2B and DB. RGB value is (228,43,219). Sum of RGB (Red+Green+Blue) = 228+43+219=490 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.53% from 490); Green value is 43 (17.19% from 255 or 8.78% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 228 - color contains mainly: red. Hex color #E42BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42BDB is #1BD424. Grayscale: #757575. Windows color (decimal): -1823781 or 14363620. OLE color: 14363620.

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

Color convert

RGB 228 43 219 -
CMYK 0 0.81 0.04 0.11
HSL 302.92º 0.77% 0.53% -
HSV(B) 302.92º 0.81% 0.89% -
XYZ 45.64 23.34 69.12 -
YUV 118.38 184.79 206.19 -
System Red Green Blue C M Y K H S L
Decimal 228 43 219 0 0.81 0.04 0.11 302.92 0.77 0.53
Hex E4 2B DB 0 51 4 B 12F 4D 35
Octal 344 53 333 0 121 4 13 457 115 65
Binary 11100100 101011 11011011 0 1010001 100 1011 100101111 1001101 110101

Color Harmonies of #E42BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42BDB

Black with #E42BDB

Text Example


Text Example

White with #E42BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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