Html Css Color HEX #E64F9F Brilliant Rose

📋 copy color: '#E64F9F'

red 230 ◦ green 79 ◦ blue 159

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

Shades of Brilliant Rose #E64F9F

Tints of Brilliant Rose #E64F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.97%

R = 49.15%
G = 16.88%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E64F9F (or 0xE64F9F) is known color: Brilliant Rose. HEX triplet: E6, 4F and 9F. RGB value is (230,79,159). Sum of RGB (Red+Green+Blue) = 230+79+159=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 79 (31.25% from 255 or 16.88% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64F9F is #19B060. Grayscale: #858585. Windows color (decimal): -1683553 or 10440678. OLE color: 10440678.

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

Color convert

RGB 230 79 159 -
CMYK 0 0.66 0.31 0.10
HSL 328.21º 0.75% 0.61% -
HSV(B) 328.21º 0.66% 0.9% -
XYZ 41.69 24.92 35.41 -
YUV 133.27 142.53 197 -
System Red Green Blue C M Y K H S L
Decimal 230 79 159 0 0.66 0.31 0.10 328.21 0.75 0.61
Hex E6 4F 9F 0 42 1F A 148 4B 3D
Octal 346 117 237 0 102 37 12 510 113 75
Binary 11100110 1001111 10011111 0 1000010 11111 1010 101001000 1001011 111101

Color Harmonies of #E64F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64F9F

Black with #E64F9F

Text Example


Text Example

White with #E64F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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