Html Css Color HEX #E842BE Razzle Dazzle Rose

📋 copy color: '#E842BE'

red 232 ◦ green 66 ◦ blue 190

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

Shades of Razzle Dazzle Rose #E842BE

Tints of Razzle Dazzle Rose #E842BE

RGB

 RED value IS 232 (91.02% from 255) = 47.54%

 GREEN value IS 66 (26.17% from 255) = 13.52%

 BLUE value IS 190 (74.61% from 255) = 38.93%

R = 47.54%
G = 13.52%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E842BE (or 0xE842BE) is known color: Razzle Dazzle Rose. HEX triplet: E8, 42 and BE. RGB value is (232,66,190). Sum of RGB (Red+Green+Blue) = 232+66+190=488 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.54% from 488); Green value is 66 (26.17% from 255 or 13.52% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 232 - color contains mainly: red. Hex color #E842BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E842BE is #17BD41. Grayscale: #818181. Windows color (decimal): -1555778 or 12468968. OLE color: 12468968.

HSL color Cylindrical-coordinate representation of color #E842BE: hue angle of 315.18º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E842BE is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 66 190 -
CMYK 0 0.72 0.18 0.09
HSL 315.18º 0.78% 0.58% -
HSV(B) 315.18º 0.72% 0.91% -
XYZ 44.52 24.77 51.15 -
YUV 129.77 162 200.92 -
System Red Green Blue C M Y K H S L
Decimal 232 66 190 0 0.72 0.18 0.09 315.18 0.78 0.58
Hex E8 42 BE 0 48 12 9 13B 4E 3A
Octal 350 102 276 0 110 22 11 473 116 72
Binary 11101000 1000010 10111110 0 1001000 10010 1001 100111011 1001110 111010

Color Harmonies of #E842BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E842BE

Black with #E842BE

Text Example


Text Example

White with #E842BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E842BE; }

 p { color: rgb(232,66,190); }

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

background-color css

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

 a { background-color: rgb(232,66,190); }

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

border-color css

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

 span { border-color: rgb(232,66,190); }

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