Html Css Color HEX #E651A1 Brilliant Rose

📋 copy color: '#E651A1'

red 230 ◦ green 81 ◦ blue 161

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

Shades of Brilliant Rose #E651A1

Tints of Brilliant Rose #E651A1

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.16%

 BLUE value IS 161 (63.28% from 255) = 34.11%

R = 48.73%
G = 17.16%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.3

 K value IS 0.10

RGB Variations

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

Color information

#E651A1 (or 0xE651A1) is known color: Brilliant Rose. HEX triplet: E6, 51 and A1. RGB value is (230,81,161). Sum of RGB (Red+Green+Blue) = 230+81+161=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 230 - color contains mainly: red. Hex color #E651A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E651A1 is #19AE5E. Grayscale: #868686. Windows color (decimal): -1683039 or 10572262. OLE color: 10572262.

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

Color convert

RGB 230 81 161 -
CMYK 0 0.65 0.3 0.10
HSL 327.79º 0.75% 0.61% -
HSV(B) 327.79º 0.65% 0.9% -
XYZ 42.01 25.28 36.38 -
YUV 134.67 142.86 196 -
System Red Green Blue C M Y K H S L
Decimal 230 81 161 0 0.65 0.3 0.10 327.79 0.75 0.61
Hex E6 51 A1 0 41 1E A 148 4B 3D
Octal 346 121 241 0 101 36 12 510 113 75
Binary 11100110 1010001 10100001 0 1000001 11110 1010 101001000 1001011 111101

Color Harmonies of #E651A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E651A1

Black with #E651A1

Text Example


Text Example

White with #E651A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E651A1; }

 p { color: rgb(230,81,161); }

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

background-color css

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

 a { background-color: rgb(230,81,161); }

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

border-color css

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

 span { border-color: rgb(230,81,161); }

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