Html Css Color HEX #E650AA Brilliant Rose

📋 copy color: '#E650AA'

red 230 ◦ green 80 ◦ blue 170

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

Shades of Brilliant Rose #E650AA

Tints of Brilliant Rose #E650AA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.67%

 BLUE value IS 170 (66.8% from 255) = 35.42%

R = 47.92%
G = 16.67%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E650AA (or 0xE650AA) is known color: Brilliant Rose. HEX triplet: E6, 50 and AA. RGB value is (230,80,170). Sum of RGB (Red+Green+Blue) = 230+80+170=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E650AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E650AA is #19AF55. Grayscale: #868686. Windows color (decimal): -1683286 or 11161830. OLE color: 11161830.

HSL color Cylindrical-coordinate representation of color #E650AA: hue angle of 324º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E650AA is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 80 170 -
CMYK 0 0.65 0.26 0.10
HSL 324º 0.75% 0.61% -
HSV(B) 324º 0.65% 0.9% -
XYZ 42.76 25.46 40.69 -
YUV 135.11 147.7 195.68 -
System Red Green Blue C M Y K H S L
Decimal 230 80 170 0 0.65 0.26 0.10 324 0.75 0.61
Hex E6 50 AA 0 41 1A A 144 4B 3D
Octal 346 120 252 0 101 32 12 504 113 75
Binary 11100110 1010000 10101010 0 1000001 11010 1010 101000100 1001011 111101

Color Harmonies of #E650AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E650AA

Black with #E650AA

Text Example


Text Example

White with #E650AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E650AA; }

 p { color: rgb(230,80,170); }

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

background-color css

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

 a { background-color: rgb(230,80,170); }

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

border-color css

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

 span { border-color: rgb(230,80,170); }

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