Html Css Color HEX #E64AA2 Brilliant Rose

📋 copy color: '#E64AA2'

red 230 ◦ green 74 ◦ blue 162

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

Shades of Brilliant Rose #E64AA2

Tints of Brilliant Rose #E64AA2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.88%

 BLUE value IS 162 (63.67% from 255) = 34.76%

R = 49.36%
G = 15.88%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E64AA2 (or 0xE64AA2) is known color: Brilliant Rose. HEX triplet: E6, 4A and A2. RGB value is (230,74,162). Sum of RGB (Red+Green+Blue) = 230+74+162=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E64AA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64AA2 is #19B55D. Grayscale: #828282. Windows color (decimal): -1684830 or 10636006. OLE color: 10636006.

HSL color Cylindrical-coordinate representation of color #E64AA2: hue angle of 326.15º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E64AA2 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 74 162 -
CMYK 0 0.68 0.30 0.10
HSL 326.15º 0.76% 0.6% -
HSV(B) 326.15º 0.68% 0.9% -
XYZ 41.6 24.33 36.69 -
YUV 130.68 145.68 198.84 -
System Red Green Blue C M Y K H S L
Decimal 230 74 162 0 0.68 0.30 0.10 326.15 0.76 0.6
Hex E6 4A A2 0 44 1E A 146 4C 3C
Octal 346 112 242 0 104 36 12 506 114 74
Binary 11100110 1001010 10100010 0 1000100 11110 1010 101000110 1001100 111100

Color Harmonies of #E64AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64AA2

Black with #E64AA2

Text Example


Text Example

White with #E64AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64AA2; }

 p { color: rgb(230,74,162); }

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

background-color css

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

 a { background-color: rgb(230,74,162); }

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

border-color css

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

 span { border-color: rgb(230,74,162); }

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