Html Css Color HEX #E742AC Brilliant Rose

📋 copy color: '#E742AC'

red 231 ◦ green 66 ◦ blue 172

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

Shades of Brilliant Rose #E742AC

Tints of Brilliant Rose #E742AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.67%

R = 49.25%
G = 14.07%
B = 36.67%

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

#E742AC (or 0xE742AC) is known color: Brilliant Rose. HEX triplet: E7, 42 and AC. RGB value is (231,66,172). Sum of RGB (Red+Green+Blue) = 231+66+172=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 66 (26.17% from 255 or 14.07% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 231 - color contains mainly: red. Hex color #E742AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E742AC is #18BD53. Grayscale: #7F7F7F. Windows color (decimal): -1621332 or 11289319. OLE color: 11289319.

HSL color Cylindrical-coordinate representation of color #E742AC: hue angle of 321.45º 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 #E742AC is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 66 172 -
CMYK 0 0.71 0.26 0.09
HSL 321.45º 0.77% 0.58% -
HSV(B) 321.45º 0.71% 0.91% -
XYZ 42.35 23.86 41.4 -
YUV 127.42 153.16 201.88 -
System Red Green Blue C M Y K H S L
Decimal 231 66 172 0 0.71 0.26 0.09 321.45 0.77 0.58
Hex E7 42 AC 0 47 1A 9 141 4D 3A
Octal 347 102 254 0 107 32 11 501 115 72
Binary 11100111 1000010 10101100 0 1000111 11010 1001 101000001 1001101 111010

Color Harmonies of #E742AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E742AC

Black with #E742AC

Text Example


Text Example

White with #E742AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E742AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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