Html Css Color HEX #E42BE7 Razzle Dazzle Rose

📋 copy color: '#E42BE7'

red 228 ◦ green 43 ◦ blue 231

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

Shades of Razzle Dazzle Rose #E42BE7

Tints of Razzle Dazzle Rose #E42BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.02%

R = 45.42%
G = 8.57%
B = 46.02%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E42BE7 (or 0xE42BE7) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2B and E7. RGB value is (228,43,231). Sum of RGB (Red+Green+Blue) = 228+43+231=502 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.42% from 502); Green value is 43 (17.19% from 255 or 8.57% from 502); Blue value is 231 (90.62% from 255 or 46.02% from 502); Max value from RGB is 231 - color contains mainly: blue. Hex color #E42BE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42BE7 is #1BD418. Grayscale: #777777. Windows color (decimal): -1823769 or 15150052. OLE color: 15150052.

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

Color convert

RGB 228 43 231 -
CMYK 0.01 0.81 0 0.09
HSL 299.04º 0.8% 0.54% -
HSV(B) 299.04º 0.81% 0.91% -
XYZ 47.28 23.99 77.74 -
YUV 119.75 190.79 205.21 -
System Red Green Blue C M Y K H S L
Decimal 228 43 231 0.01 0.81 0 0.09 299.04 0.8 0.54
Hex E4 2B E7 1 51 0 9 12B 50 36
Octal 344 53 347 1 121 0 11 453 120 66
Binary 11100100 101011 11100111 1 1010001 0 1001 100101011 1010000 110110

Color Harmonies of #E42BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42BE7

Black with #E42BE7

Text Example


Text Example

White with #E42BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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