Html Css Color HEX #E42BBB Razzle Dazzle Rose

📋 copy color: '#E42BBB'

red 228 ◦ green 43 ◦ blue 187

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

Shades of Razzle Dazzle Rose #E42BBB

Tints of Razzle Dazzle Rose #E42BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.83%

R = 49.78%
G = 9.39%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E42BBB (or 0xE42BBB) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2B and BB. RGB value is (228,43,187). Sum of RGB (Red+Green+Blue) = 228+43+187=458 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.78% from 458); Green value is 43 (17.19% from 255 or 9.39% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 228 - color contains mainly: red. Hex color #E42BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42BBB is #1BD444. Grayscale: #727272. Windows color (decimal): -1823813 or 12266468. OLE color: 12266468.

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

Color convert

RGB 228 43 187 -
CMYK 0 0.81 0.18 0.11
HSL 313.3º 0.77% 0.53% -
HSV(B) 313.3º 0.81% 0.89% -
XYZ 41.83 21.81 49.02 -
YUV 114.73 168.79 208.79 -
System Red Green Blue C M Y K H S L
Decimal 228 43 187 0 0.81 0.18 0.11 313.3 0.77 0.53
Hex E4 2B BB 0 51 12 B 139 4D 35
Octal 344 53 273 0 121 22 13 471 115 65
Binary 11100100 101011 10111011 0 1010001 10010 1011 100111001 1001101 110101

Color Harmonies of #E42BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42BBB

Black with #E42BBB

Text Example


Text Example

White with #E42BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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