Html Css Color HEX #E742AA Brilliant Rose

📋 copy color: '#E742AA'

red 231 ◦ green 66 ◦ blue 170

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

Shades of Brilliant Rose #E742AA

Tints of Brilliant Rose #E742AA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.13%

 BLUE value IS 170 (66.8% from 255) = 36.4%

R = 49.46%
G = 14.13%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E742AA (or 0xE742AA) is known color: Brilliant Rose. HEX triplet: E7, 42 and AA. RGB value is (231,66,170). Sum of RGB (Red+Green+Blue) = 231+66+170=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E742AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E742AA is #18BD55. Grayscale: #7E7E7E. Windows color (decimal): -1621334 or 11158247. OLE color: 11158247.

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

Color convert

RGB 231 66 170 -
CMYK 0 0.71 0.26 0.09
HSL 322.18º 0.77% 0.58% -
HSV(B) 322.18º 0.71% 0.91% -
XYZ 42.16 23.79 40.4 -
YUV 127.19 152.16 202.04 -
System Red Green Blue C M Y K H S L
Decimal 231 66 170 0 0.71 0.26 0.09 322.18 0.77 0.58
Hex E7 42 AA 0 47 1A 9 142 4D 3A
Octal 347 102 252 0 107 32 11 502 115 72
Binary 11100111 1000010 10101010 0 1000111 11010 1001 101000010 1001101 111010

Color Harmonies of #E742AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E742AA

Black with #E742AA

Text Example


Text Example

White with #E742AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E742AA; }

 p { color: rgb(231,66,170); }

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

background-color css

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

 a { background-color: rgb(231,66,170); }

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

border-color css

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

 span { border-color: rgb(231,66,170); }

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