Html Css Color HEX #E64A9E Brilliant Rose

📋 copy color: '#E64A9E'

red 230 ◦ green 74 ◦ blue 158

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

Shades of Brilliant Rose #E64A9E

Tints of Brilliant Rose #E64A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.2%

R = 49.78%
G = 16.02%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E64A9E (or 0xE64A9E) is known color: Brilliant Rose. HEX triplet: E6, 4A and 9E. RGB value is (230,74,158). Sum of RGB (Red+Green+Blue) = 230+74+158=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64A9E is #19B561. Grayscale: #828282. Windows color (decimal): -1684834 or 10373862. OLE color: 10373862.

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

Color convert

RGB 230 74 158 -
CMYK 0 0.68 0.31 0.10
HSL 327.69º 0.76% 0.6% -
HSV(B) 327.69º 0.68% 0.9% -
XYZ 41.25 24.19 34.84 -
YUV 130.22 143.68 199.17 -
System Red Green Blue C M Y K H S L
Decimal 230 74 158 0 0.68 0.31 0.10 327.69 0.76 0.6
Hex E6 4A 9E 0 44 1F A 148 4C 3C
Octal 346 112 236 0 104 37 12 510 114 74
Binary 11100110 1001010 10011110 0 1000100 11111 1010 101001000 1001100 111100

Color Harmonies of #E64A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64A9E

Black with #E64A9E

Text Example


Text Example

White with #E64A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64A9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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