Html Css Color HEX #E64FA5 Brilliant Rose

📋 copy color: '#E64FA5'

red 230 ◦ green 79 ◦ blue 165

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

Shades of Brilliant Rose #E64FA5

Tints of Brilliant Rose #E64FA5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.67%

 BLUE value IS 165 (64.84% from 255) = 34.81%

R = 48.52%
G = 16.67%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E64FA5 (or 0xE64FA5) is known color: Brilliant Rose. HEX triplet: E6, 4F and A5. RGB value is (230,79,165). Sum of RGB (Red+Green+Blue) = 230+79+165=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 165 (64.84% from 255 or 34.81% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E64FA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64FA5 is #19B05A. Grayscale: #858585. Windows color (decimal): -1683547 or 10833894. OLE color: 10833894.

HSL color Cylindrical-coordinate representation of color #E64FA5: hue angle of 325.83º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E64FA5 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 79 165 -
CMYK 0 0.66 0.28 0.10
HSL 325.83º 0.75% 0.61% -
HSV(B) 325.83º 0.66% 0.9% -
XYZ 42.22 25.13 38.22 -
YUV 133.95 145.53 196.51 -
System Red Green Blue C M Y K H S L
Decimal 230 79 165 0 0.66 0.28 0.10 325.83 0.75 0.61
Hex E6 4F A5 0 42 1C A 146 4B 3D
Octal 346 117 245 0 102 34 12 506 113 75
Binary 11100110 1001111 10100101 0 1000010 11100 1010 101000110 1001011 111101

Color Harmonies of #E64FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64FA5

Black with #E64FA5

Text Example


Text Example

White with #E64FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64FA5; }

 p { color: rgb(230,79,165); }

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

background-color css

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

 a { background-color: rgb(230,79,165); }

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

border-color css

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

 span { border-color: rgb(230,79,165); }

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