Html Css Color HEX #E64FAA Brilliant Rose

📋 copy color: '#E64FAA'

red 230 ◦ green 79 ◦ blue 170

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

Shades of Brilliant Rose #E64FAA

Tints of Brilliant Rose #E64FAA

RGB

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

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

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

R = 48.02%
G = 16.49%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E64FAA (or 0xE64FAA) is known color: Brilliant Rose. HEX triplet: E6, 4F and AA. RGB value is (230,79,170). Sum of RGB (Red+Green+Blue) = 230+79+170=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 79 (31.25% from 255 or 16.49% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E64FAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64FAA is #19B055. Grayscale: #868686. Windows color (decimal): -1683542 or 11161574. OLE color: 11161574.

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

Color convert

RGB 230 79 170 -
CMYK 0 0.66 0.26 0.10
HSL 323.84º 0.75% 0.61% -
HSV(B) 323.84º 0.66% 0.9% -
XYZ 42.68 25.32 40.67 -
YUV 134.52 148.03 196.1 -
System Red Green Blue C M Y K H S L
Decimal 230 79 170 0 0.66 0.26 0.10 323.84 0.75 0.61
Hex E6 4F AA 0 42 1A A 144 4B 3D
Octal 346 117 252 0 102 32 12 504 113 75
Binary 11100110 1001111 10101010 0 1000010 11010 1010 101000100 1001011 111101

Color Harmonies of #E64FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64FAA

Black with #E64FAA

Text Example


Text Example

White with #E64FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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