Html Css Color HEX #E42BDF Razzle Dazzle Rose

📋 copy color: '#E42BDF'

red 228 ◦ green 43 ◦ blue 223

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

Shades of Razzle Dazzle Rose #E42BDF

Tints of Razzle Dazzle Rose #E42BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.14%

R = 46.15%
G = 8.7%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E42BDF (or 0xE42BDF) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2B and DF. RGB value is (228,43,223). Sum of RGB (Red+Green+Blue) = 228+43+223=494 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.15% from 494); Green value is 43 (17.19% from 255 or 8.70% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 228 - color contains mainly: red. Hex color #E42BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42BDF is #1BD420. Grayscale: #767676. Windows color (decimal): -1823777 or 14625764. OLE color: 14625764.

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

Color convert

RGB 228 43 223 -
CMYK 0 0.81 0.02 0.11
HSL 301.62º 0.77% 0.53% -
HSV(B) 301.62º 0.81% 0.89% -
XYZ 46.18 23.55 71.92 -
YUV 118.84 186.79 205.86 -
System Red Green Blue C M Y K H S L
Decimal 228 43 223 0 0.81 0.02 0.11 301.62 0.77 0.53
Hex E4 2B DF 0 51 2 B 12E 4D 35
Octal 344 53 337 0 121 2 13 456 115 65
Binary 11100100 101011 11011111 0 1010001 10 1011 100101110 1001101 110101

Color Harmonies of #E42BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42BDF

Black with #E42BDF

Text Example


Text Example

White with #E42BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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