Html Css Color HEX #E64BA4 Brilliant Rose

📋 copy color: '#E64BA4'

red 230 ◦ green 75 ◦ blue 164

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

Shades of Brilliant Rose #E64BA4

Tints of Brilliant Rose #E64BA4

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.99%

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

R = 49.04%
G = 15.99%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.10

RGB Variations

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

Color information

#E64BA4 (or 0xE64BA4) is known color: Brilliant Rose. HEX triplet: E6, 4B and A4. RGB value is (230,75,164). Sum of RGB (Red+Green+Blue) = 230+75+164=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 75 (29.69% from 255 or 15.99% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E64BA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64BA4 is #19B45B. Grayscale: #838383. Windows color (decimal): -1684572 or 10767334. OLE color: 10767334.

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

Color convert

RGB 230 75 164 -
CMYK 0 0.67 0.29 0.10
HSL 325.55º 0.76% 0.6% -
HSV(B) 325.55º 0.67% 0.9% -
XYZ 41.85 24.54 37.65 -
YUV 131.49 146.35 198.26 -
System Red Green Blue C M Y K H S L
Decimal 230 75 164 0 0.67 0.29 0.10 325.55 0.76 0.6
Hex E6 4B A4 0 43 1D A 146 4C 3C
Octal 346 113 244 0 103 35 12 506 114 74
Binary 11100110 1001011 10100100 0 1000011 11101 1010 101000110 1001100 111100

Color Harmonies of #E64BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64BA4

Black with #E64BA4

Text Example


Text Example

White with #E64BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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