Html Css Color HEX #E742AB Brilliant Rose

📋 copy color: '#E742AB'

red 231 ◦ green 66 ◦ blue 171

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

Shades of Brilliant Rose #E742AB

Tints of Brilliant Rose #E742AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.54%

R = 49.36%
G = 14.1%
B = 36.54%

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

#E742AB (or 0xE742AB) is known color: Brilliant Rose. HEX triplet: E7, 42 and AB. RGB value is (231,66,171). Sum of RGB (Red+Green+Blue) = 231+66+171=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E742AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E742AB is #18BD54. Grayscale: #7F7F7F. Windows color (decimal): -1621333 or 11223783. OLE color: 11223783.

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

Color convert

RGB 231 66 171 -
CMYK 0 0.71 0.26 0.09
HSL 321.82º 0.77% 0.58% -
HSV(B) 321.82º 0.71% 0.91% -
XYZ 42.25 23.83 40.9 -
YUV 127.31 152.66 201.96 -
System Red Green Blue C M Y K H S L
Decimal 231 66 171 0 0.71 0.26 0.09 321.82 0.77 0.58
Hex E7 42 AB 0 47 1A 9 142 4D 3A
Octal 347 102 253 0 107 32 11 502 115 72
Binary 11100111 1000010 10101011 0 1000111 11010 1001 101000010 1001101 111010

Color Harmonies of #E742AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E742AB

Black with #E742AB

Text Example


Text Example

White with #E742AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E742AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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