Html Css Color HEX #E65FAA Brilliant Rose

📋 copy color: '#E65FAA'

red 230 ◦ green 95 ◦ blue 170

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

Shades of Brilliant Rose #E65FAA

Tints of Brilliant Rose #E65FAA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.19%

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

R = 46.46%
G = 19.19%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E65FAA (or 0xE65FAA) is known color: Brilliant Rose. HEX triplet: E6, 5F and AA. RGB value is (230,95,170). Sum of RGB (Red+Green+Blue) = 230+95+170=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E65FAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65FAA is #19A055. Grayscale: #8F8F8F. Windows color (decimal): -1679446 or 11165670. OLE color: 11165670.

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

Color convert

RGB 230 95 170 -
CMYK 0 0.59 0.26 0.10
HSL 326.67º 0.73% 0.64% -
HSV(B) 326.67º 0.59% 0.9% -
XYZ 43.98 27.91 41.1 -
YUV 143.92 142.73 189.4 -
System Red Green Blue C M Y K H S L
Decimal 230 95 170 0 0.59 0.26 0.10 326.67 0.73 0.64
Hex E6 5F AA 0 3B 1A A 147 49 40
Octal 346 137 252 0 73 32 12 507 111 100
Binary 11100110 1011111 10101010 0 111011 11010 1010 101000111 1001001 1000000

Color Harmonies of #E65FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65FAA

Black with #E65FAA

Text Example


Text Example

White with #E65FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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