Html Css Color HEX #E661A8 Brilliant Rose

📋 copy color: '#E661A8'

red 230 ◦ green 97 ◦ blue 168

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

Shades of Brilliant Rose #E661A8

Tints of Brilliant Rose #E661A8

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.6%

 BLUE value IS 168 (66.02% from 255) = 33.94%

R = 46.46%
G = 19.6%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#E661A8 (or 0xE661A8) is known color: Brilliant Rose. HEX triplet: E6, 61 and A8. RGB value is (230,97,168). Sum of RGB (Red+Green+Blue) = 230+97+168=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E661A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E661A8 is #199E57. Grayscale: #909090. Windows color (decimal): -1678936 or 11035110. OLE color: 11035110.

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

Color convert

RGB 230 97 168 -
CMYK 0 0.58 0.27 0.10
HSL 327.97º 0.73% 0.64% -
HSV(B) 327.97º 0.58% 0.9% -
XYZ 43.98 28.2 40.17 -
YUV 144.86 141.06 188.73 -
System Red Green Blue C M Y K H S L
Decimal 230 97 168 0 0.58 0.27 0.10 327.97 0.73 0.64
Hex E6 61 A8 0 3A 1B A 148 49 40
Octal 346 141 250 0 72 33 12 510 111 100
Binary 11100110 1100001 10101000 0 111010 11011 1010 101001000 1001001 1000000

Color Harmonies of #E661A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E661A8

Black with #E661A8

Text Example


Text Example

White with #E661A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E661A8; }

 p { color: rgb(230,97,168); }

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

background-color css

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

 a { background-color: rgb(230,97,168); }

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

border-color css

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

 span { border-color: rgb(230,97,168); }

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