Html Css Color HEX #E42BEA Razzle Dazzle Rose

📋 copy color: '#E42BEA'

red 228 ◦ green 43 ◦ blue 234

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

Shades of Razzle Dazzle Rose #E42BEA

Tints of Razzle Dazzle Rose #E42BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.34%

R = 45.15%
G = 8.51%
B = 46.34%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E42BEA (or 0xE42BEA) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2B and EA. RGB value is (228,43,234). Sum of RGB (Red+Green+Blue) = 228+43+234=505 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.15% from 505); Green value is 43 (17.19% from 255 or 8.51% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #E42BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42BEA is #1BD415. Grayscale: #777777. Windows color (decimal): -1823766 or 15346660. OLE color: 15346660.

HSL color Cylindrical-coordinate representation of color #E42BEA: hue angle of 298.12º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E42BEA is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 228 43 234 -
CMYK 0.03 0.82 0 0.08
HSL 298.12º 0.82% 0.54% -
HSV(B) 298.12º 0.82% 0.92% -
XYZ 47.71 24.16 79.99 -
YUV 120.09 192.29 204.97 -
System Red Green Blue C M Y K H S L
Decimal 228 43 234 0.03 0.82 0 0.08 298.12 0.82 0.54
Hex E4 2B EA 3 52 0 8 12A 52 36
Octal 344 53 352 3 122 0 10 452 122 66
Binary 11100100 101011 11101010 11 1010010 0 1000 100101010 1010010 110110

Color Harmonies of #E42BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42BEA

Black with #E42BEA

Text Example


Text Example

White with #E42BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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