Html Css Color HEX #E748A0 Brilliant Rose

📋 copy color: '#E748A0'

red 231 ◦ green 72 ◦ blue 160

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

Shades of Brilliant Rose #E748A0

Tints of Brilliant Rose #E748A0

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.55%

 BLUE value IS 160 (62.89% from 255) = 34.56%

R = 49.89%
G = 15.55%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E748A0 (or 0xE748A0) is known color: Brilliant Rose. HEX triplet: E7, 48 and A0. RGB value is (231,72,160). Sum of RGB (Red+Green+Blue) = 231+72+160=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 72 (28.52% from 255 or 15.55% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E748A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E748A0 is #18B75F. Grayscale: #818181. Windows color (decimal): -1619808 or 10504423. OLE color: 10504423.

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

Color convert

RGB 231 72 160 -
CMYK 0 0.69 0.31 0.09
HSL 326.79º 0.77% 0.59% -
HSV(B) 326.79º 0.69% 0.91% -
XYZ 41.62 24.16 35.73 -
YUV 129.57 145.18 200.34 -
System Red Green Blue C M Y K H S L
Decimal 231 72 160 0 0.69 0.31 0.09 326.79 0.77 0.59
Hex E7 48 A0 0 45 1F 9 147 4D 3B
Octal 347 110 240 0 105 37 11 507 115 73
Binary 11100111 1001000 10100000 0 1000101 11111 1001 101000111 1001101 111011

Color Harmonies of #E748A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E748A0

Black with #E748A0

Text Example


Text Example

White with #E748A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E748A0; }

 p { color: rgb(231,72,160); }

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

background-color css

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

 a { background-color: rgb(231,72,160); }

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

border-color css

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

 span { border-color: rgb(231,72,160); }

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