Html Css Color HEX #E645A0 Brilliant Rose

📋 copy color: '#E645A0'

red 230 ◦ green 69 ◦ blue 160

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

Shades of Brilliant Rose #E645A0

Tints of Brilliant Rose #E645A0

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.03%

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

R = 50.11%
G = 15.03%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E645A0 (or 0xE645A0) is known color: Brilliant Rose. HEX triplet: E6, 45 and A0. RGB value is (230,69,160). Sum of RGB (Red+Green+Blue) = 230+69+160=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 69 (27.34% from 255 or 15.03% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E645A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E645A0 is #19BA5F. Grayscale: #7F7F7F. Windows color (decimal): -1686112 or 10503654. OLE color: 10503654.

HSL color Cylindrical-coordinate representation of color #E645A0: hue angle of 326.09º 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 #E645A0 is Cyan = 0, Magento = 0.7, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 69 160 -
CMYK 0 0.7 0.30 0.10
HSL 326.09º 0.76% 0.59% -
HSV(B) 326.09º 0.7% 0.9% -
XYZ 41.11 23.62 35.65 -
YUV 127.51 146.34 201.1 -
System Red Green Blue C M Y K H S L
Decimal 230 69 160 0 0.7 0.30 0.10 326.09 0.76 0.59
Hex E6 45 A0 0 46 1E A 146 4C 3B
Octal 346 105 240 0 106 36 12 506 114 73
Binary 11100110 1000101 10100000 0 1000110 11110 1010 101000110 1001100 111011

Color Harmonies of #E645A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E645A0

Black with #E645A0

Text Example


Text Example

White with #E645A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E645A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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