Html Css Color HEX #E749A5 Brilliant Rose

📋 copy color: '#E749A5'

red 231 ◦ green 73 ◦ blue 165

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

Shades of Brilliant Rose #E749A5

Tints of Brilliant Rose #E749A5

RGB

 RED value IS 231 (90.63% from 255) = 49.25%

 GREEN value IS 73 (28.91% from 255) = 15.57%

 BLUE value IS 165 (64.84% from 255) = 35.18%

R = 49.25%
G = 15.57%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E749A5 (or 0xE749A5) is known color: Brilliant Rose. HEX triplet: E7, 49 and A5. RGB value is (231,73,165). Sum of RGB (Red+Green+Blue) = 231+73+165=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 165 (64.84% from 255 or 35.18% from 469); Max value from RGB is 231 - color contains mainly: red. Hex color #E749A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E749A5 is #18B65A. Grayscale: #828282. Windows color (decimal): -1619547 or 10832359. OLE color: 10832359.

HSL color Cylindrical-coordinate representation of color #E749A5: hue angle of 325.06º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E749A5 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 73 165 -
CMYK 0 0.68 0.29 0.09
HSL 325.06º 0.77% 0.6% -
HSV(B) 325.06º 0.68% 0.91% -
XYZ 42.13 24.47 38.1 -
YUV 130.73 147.35 199.52 -
System Red Green Blue C M Y K H S L
Decimal 231 73 165 0 0.68 0.29 0.09 325.06 0.77 0.6
Hex E7 49 A5 0 44 1D 9 145 4D 3C
Octal 347 111 245 0 104 35 11 505 115 74
Binary 11100111 1001001 10100101 0 1000100 11101 1001 101000101 1001101 111100

Color Harmonies of #E749A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E749A5

Black with #E749A5

Text Example


Text Example

White with #E749A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E749A5; }

 p { color: rgb(231,73,165); }

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

background-color css

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

 a { background-color: rgb(231,73,165); }

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

border-color css

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

 span { border-color: rgb(231,73,165); }

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