Html Css Color HEX #E42BDA Razzle Dazzle Rose

📋 copy color: '#E42BDA'

red 228 ◦ green 43 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E42BDA

Tints of Razzle Dazzle Rose #E42BDA

RGB

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

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

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

R = 46.63%
G = 8.79%
B = 44.58%

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

#E42BDA (or 0xE42BDA) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2B and DA. RGB value is (228,43,218). Sum of RGB (Red+Green+Blue) = 228+43+218=489 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.63% from 489); Green value is 43 (17.19% from 255 or 8.79% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 228 - color contains mainly: red. Hex color #E42BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42BDA is #1BD425. Grayscale: #757575. Windows color (decimal): -1823782 or 14298084. OLE color: 14298084.

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

Color convert

RGB 228 43 218 -
CMYK 0 0.81 0.04 0.11
HSL 303.24º 0.77% 0.53% -
HSV(B) 303.24º 0.81% 0.89% -
XYZ 45.51 23.28 68.43 -
YUV 118.27 184.29 206.27 -
System Red Green Blue C M Y K H S L
Decimal 228 43 218 0 0.81 0.04 0.11 303.24 0.77 0.53
Hex E4 2B DA 0 51 4 B 12F 4D 35
Octal 344 53 332 0 121 4 13 457 115 65
Binary 11100100 101011 11011010 0 1010001 100 1011 100101111 1001101 110101

Color Harmonies of #E42BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42BDA

Black with #E42BDA

Text Example


Text Example

White with #E42BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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