Html Css Color HEX #E842C5 Razzle Dazzle Rose

📋 copy color: '#E842C5'

red 232 ◦ green 66 ◦ blue 197

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

Shades of Razzle Dazzle Rose #E842C5

Tints of Razzle Dazzle Rose #E842C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.8%

R = 46.87%
G = 13.33%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#E842C5 (or 0xE842C5) is known color: Razzle Dazzle Rose. HEX triplet: E8, 42 and C5. RGB value is (232,66,197). Sum of RGB (Red+Green+Blue) = 232+66+197=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 66 (26.17% from 255 or 13.33% from 495); Blue value is 197 (77.34% from 255 or 39.80% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E842C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E842C5 is #17BD3A. Grayscale: #828282. Windows color (decimal): -1555771 or 12927720. OLE color: 12927720.

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

Color convert

RGB 232 66 197 -
CMYK 0 0.72 0.15 0.09
HSL 312.65º 0.78% 0.58% -
HSV(B) 312.65º 0.72% 0.91% -
XYZ 45.3 25.08 55.28 -
YUV 130.57 165.5 200.35 -
System Red Green Blue C M Y K H S L
Decimal 232 66 197 0 0.72 0.15 0.09 312.65 0.78 0.58
Hex E8 42 C5 0 48 F 9 139 4E 3A
Octal 350 102 305 0 110 17 11 471 116 72
Binary 11101000 1000010 11000101 0 1001000 1111 1001 100111001 1001110 111010

Color Harmonies of #E842C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E842C5

Black with #E842C5

Text Example


Text Example

White with #E842C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E842C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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