Html Css Color HEX #E247A0 Brilliant Rose

📋 copy color: '#E247A0'

red 226 ◦ green 71 ◦ blue 160

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

Shades of Brilliant Rose #E247A0

Tints of Brilliant Rose #E247A0

RGB

 RED value IS 226 (88.67% from 255) = 49.45%

 GREEN value IS 71 (28.13% from 255) = 15.54%

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

R = 49.45%
G = 15.54%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.11

RGB Variations

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

Color information

#E247A0 (or 0xE247A0) is known color: Brilliant Rose. HEX triplet: E2, 47 and A0. RGB value is (226,71,160). Sum of RGB (Red+Green+Blue) = 226+71+160=457 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.45% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 226 - color contains mainly: red. Hex color #E247A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E247A0 is #1DB85F. Grayscale: #7F7F7F. Windows color (decimal): -1947744 or 10504162. OLE color: 10504162.

HSL color Cylindrical-coordinate representation of color #E247A0: hue angle of 325.55º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E247A0 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 71 160 -
CMYK 0 0.69 0.29 0.11
HSL 325.55º 0.73% 0.58% -
HSV(B) 325.55º 0.69% 0.89% -
XYZ 39.96 23.21 35.63 -
YUV 127.49 146.35 198.26 -
System Red Green Blue C M Y K H S L
Decimal 226 71 160 0 0.69 0.29 0.11 325.55 0.73 0.58
Hex E2 47 A0 0 45 1D B 146 49 3A
Octal 342 107 240 0 105 35 13 506 111 72
Binary 11100010 1000111 10100000 0 1000101 11101 1011 101000110 1001001 111010

Color Harmonies of #E247A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E247A0

Black with #E247A0

Text Example


Text Example

White with #E247A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E247A0; }

 p { color: rgb(226,71,160); }

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

background-color css

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

 a { background-color: rgb(226,71,160); }

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

border-color css

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

 span { border-color: rgb(226,71,160); }

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