Html Css Color HEX #E42BE6 Razzle Dazzle Rose

📋 copy color: '#E42BE6'

red 228 ◦ green 43 ◦ blue 230

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

Shades of Razzle Dazzle Rose #E42BE6

Tints of Razzle Dazzle Rose #E42BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.91%

R = 45.51%
G = 8.58%
B = 45.91%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E42BE6 (or 0xE42BE6) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2B and E6. RGB value is (228,43,230). Sum of RGB (Red+Green+Blue) = 228+43+230=501 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.51% from 501); Green value is 43 (17.19% from 255 or 8.58% from 501); Blue value is 230 (90.23% from 255 or 45.91% from 501); Max value from RGB is 230 - color contains mainly: blue. Hex color #E42BE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42BE6 is #1BD419. Grayscale: #777777. Windows color (decimal): -1823770 or 15084516. OLE color: 15084516.

HSL color Cylindrical-coordinate representation of color #E42BE6: hue angle of 299.36º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E42BE6 is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 228 43 230 -
CMYK 0.01 0.81 0 0.10
HSL 299.36º 0.79% 0.54% -
HSV(B) 299.36º 0.81% 0.9% -
XYZ 47.14 23.93 77 -
YUV 119.63 190.29 205.29 -
System Red Green Blue C M Y K H S L
Decimal 228 43 230 0.01 0.81 0 0.10 299.36 0.79 0.54
Hex E4 2B E6 1 51 0 A 12B 4F 36
Octal 344 53 346 1 121 0 12 453 117 66
Binary 11100100 101011 11100110 1 1010001 0 1010 100101011 1001111 110110

Color Harmonies of #E42BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42BE6

Black with #E42BE6

Text Example


Text Example

White with #E42BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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