Html Css Color HEX #E64FA4 Brilliant Rose

📋 copy color: '#E64FA4'

red 230 ◦ green 79 ◦ blue 164

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

Shades of Brilliant Rose #E64FA4

Tints of Brilliant Rose #E64FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 34.67%

R = 48.63%
G = 16.7%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.10

RGB Variations

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

Color information

#E64FA4 (or 0xE64FA4) is known color: Brilliant Rose. HEX triplet: E6, 4F and A4. RGB value is (230,79,164). Sum of RGB (Red+Green+Blue) = 230+79+164=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E64FA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64FA4 is #19B05B. Grayscale: #858585. Windows color (decimal): -1683548 or 10768358. OLE color: 10768358.

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

Color convert

RGB 230 79 164 -
CMYK 0 0.66 0.29 0.10
HSL 326.23º 0.75% 0.61% -
HSV(B) 326.23º 0.66% 0.9% -
XYZ 42.13 25.1 37.75 -
YUV 133.84 145.03 196.59 -
System Red Green Blue C M Y K H S L
Decimal 230 79 164 0 0.66 0.29 0.10 326.23 0.75 0.61
Hex E6 4F A4 0 42 1D A 146 4B 3D
Octal 346 117 244 0 102 35 12 506 113 75
Binary 11100110 1001111 10100100 0 1000010 11101 1010 101000110 1001011 111101

Color Harmonies of #E64FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64FA4

Black with #E64FA4

Text Example


Text Example

White with #E64FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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