Html Css Color HEX #E646A0 Brilliant Rose

📋 copy color: '#E646A0'

red 230 ◦ green 70 ◦ blue 160

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

Shades of Brilliant Rose #E646A0

Tints of Brilliant Rose #E646A0

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.22%

 BLUE value IS 160 (62.89% from 255) = 34.78%

R = 50%
G = 15.22%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E646A0 (or 0xE646A0) is known color: Brilliant Rose. HEX triplet: E6, 46 and A0. RGB value is (230,70,160). Sum of RGB (Red+Green+Blue) = 230+70+160=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E646A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E646A0 is #19B95F. Grayscale: #7F7F7F. Windows color (decimal): -1685856 or 10503910. OLE color: 10503910.

HSL color Cylindrical-coordinate representation of color #E646A0: hue angle of 326.25º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E646A0 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 70 160 -
CMYK 0 0.70 0.30 0.10
HSL 326.25º 0.76% 0.59% -
HSV(B) 326.25º 0.7% 0.9% -
XYZ 41.17 23.74 35.67 -
YUV 128.1 146.01 200.68 -
System Red Green Blue C M Y K H S L
Decimal 230 70 160 0 0.70 0.30 0.10 326.25 0.76 0.59
Hex E6 46 A0 0 46 1E A 146 4C 3B
Octal 346 106 240 0 106 36 12 506 114 73
Binary 11100110 1000110 10100000 0 1000110 11110 1010 101000110 1001100 111011

Color Harmonies of #E646A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E646A0

Black with #E646A0

Text Example


Text Example

White with #E646A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E646A0; }

 p { color: rgb(230,70,160); }

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

background-color css

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

 a { background-color: rgb(230,70,160); }

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

border-color css

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

 span { border-color: rgb(230,70,160); }

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