Html Css Color HEX #E642B2 Razzle Dazzle Rose

📋 copy color: '#E642B2'

red 230 ◦ green 66 ◦ blue 178

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

Shades of Razzle Dazzle Rose #E642B2

Tints of Razzle Dazzle Rose #E642B2

RGB

 RED value IS 230 (90.23% from 255) = 48.52%

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

 BLUE value IS 178 (69.92% from 255) = 37.55%

R = 48.52%
G = 13.92%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E642B2 (or 0xE642B2) is known color: Razzle Dazzle Rose. HEX triplet: E6, 42 and B2. RGB value is (230,66,178). Sum of RGB (Red+Green+Blue) = 230+66+178=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 66 (26.17% from 255 or 13.92% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E642B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E642B2 is #19BD4D. Grayscale: #7F7F7F. Windows color (decimal): -1686862 or 11682534. OLE color: 11682534.

HSL color Cylindrical-coordinate representation of color #E642B2: hue angle of 319.02º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E642B2 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 66 178 -
CMYK 0 0.71 0.23 0.10
HSL 319.02º 0.77% 0.58% -
HSV(B) 319.02º 0.71% 0.9% -
XYZ 42.62 23.93 44.49 -
YUV 127.8 156.33 200.89 -
System Red Green Blue C M Y K H S L
Decimal 230 66 178 0 0.71 0.23 0.10 319.02 0.77 0.58
Hex E6 42 B2 0 47 17 A 13F 4D 3A
Octal 346 102 262 0 107 27 12 477 115 72
Binary 11100110 1000010 10110010 0 1000111 10111 1010 100111111 1001101 111010

Color Harmonies of #E642B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E642B2

Black with #E642B2

Text Example


Text Example

White with #E642B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E642B2; }

 p { color: rgb(230,66,178); }

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

background-color css

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

 a { background-color: rgb(230,66,178); }

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

border-color css

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

 span { border-color: rgb(230,66,178); }

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