Html Css Color HEX #E842C0 Razzle Dazzle Rose

📋 copy color: '#E842C0'

red 232 ◦ green 66 ◦ blue 192

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

Shades of Razzle Dazzle Rose #E842C0

Tints of Razzle Dazzle Rose #E842C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.18%

R = 47.35%
G = 13.47%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E842C0 (or 0xE842C0) is known color: Razzle Dazzle Rose. HEX triplet: E8, 42 and C0. RGB value is (232,66,192). Sum of RGB (Red+Green+Blue) = 232+66+192=490 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.35% from 490); Green value is 66 (26.17% from 255 or 13.47% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 232 - color contains mainly: red. Hex color #E842C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E842C0 is #17BD3F. Grayscale: #818181. Windows color (decimal): -1555776 or 12600040. OLE color: 12600040.

HSL color Cylindrical-coordinate representation of color #E842C0: hue angle of 314.46º 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 #E842C0 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 66 192 -
CMYK 0 0.72 0.17 0.09
HSL 314.46º 0.78% 0.58% -
HSV(B) 314.46º 0.72% 0.91% -
XYZ 44.74 24.86 52.31 -
YUV 130 163 200.75 -
System Red Green Blue C M Y K H S L
Decimal 232 66 192 0 0.72 0.17 0.09 314.46 0.78 0.58
Hex E8 42 C0 0 48 11 9 13A 4E 3A
Octal 350 102 300 0 110 21 11 472 116 72
Binary 11101000 1000010 11000000 0 1001000 10001 1001 100111010 1001110 111010

Color Harmonies of #E842C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E842C0

Black with #E842C0

Text Example


Text Example

White with #E842C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E842C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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