Html Css Color HEX #E6469F Brilliant Rose

📋 copy color: '#E6469F'

red 230 ◦ green 70 ◦ blue 159

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

Shades of Brilliant Rose #E6469F

Tints of Brilliant Rose #E6469F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.25%

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

R = 50.11%
G = 15.25%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E6469F (or 0xE6469F) is known color: Brilliant Rose. HEX triplet: E6, 46 and 9F. RGB value is (230,70,159). Sum of RGB (Red+Green+Blue) = 230+70+159=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 70 (27.73% from 255 or 15.25% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E6469F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6469F is #19B960. Grayscale: #7F7F7F. Windows color (decimal): -1685857 or 10438374. OLE color: 10438374.

HSL color Cylindrical-coordinate representation of color #E6469F: hue angle of 326.62º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6469F is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 70 159 -
CMYK 0 0.70 0.31 0.10
HSL 326.63º 0.76% 0.59% -
HSV(B) 326.63º 0.7% 0.9% -
XYZ 41.08 23.71 35.21 -
YUV 127.99 145.51 200.76 -
System Red Green Blue C M Y K H S L
Decimal 230 70 159 0 0.70 0.31 0.10 326.63 0.76 0.59
Hex E6 46 9F 0 46 1F A 147 4C 3B
Octal 346 106 237 0 106 37 12 507 114 73
Binary 11100110 1000110 10011111 0 1000110 11111 1010 101000111 1001100 111011

Color Harmonies of #E6469F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6469F

Black with #E6469F

Text Example


Text Example

White with #E6469F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6469F; }

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

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

background-color css

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

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

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

border-color css

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

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

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