Html Css Color HEX #E642AA Brilliant Rose

📋 copy color: '#E642AA'

red 230 ◦ green 66 ◦ blue 170

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

Shades of Brilliant Rose #E642AA

Tints of Brilliant Rose #E642AA

RGB

 RED value IS 230 (90.23% from 255) = 49.36%

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

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

R = 49.36%
G = 14.16%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E642AA (or 0xE642AA) is known color: Brilliant Rose. HEX triplet: E6, 42 and AA. RGB value is (230,66,170). Sum of RGB (Red+Green+Blue) = 230+66+170=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E642AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E642AA is #19BD55. Grayscale: #7E7E7E. Windows color (decimal): -1686870 or 11158246. OLE color: 11158246.

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

Color convert

RGB 230 66 170 -
CMYK 0 0.71 0.26 0.10
HSL 321.95º 0.77% 0.58% -
HSV(B) 321.95º 0.71% 0.9% -
XYZ 41.84 23.62 40.38 -
YUV 126.89 152.33 201.54 -
System Red Green Blue C M Y K H S L
Decimal 230 66 170 0 0.71 0.26 0.10 321.95 0.77 0.58
Hex E6 42 AA 0 47 1A A 142 4D 3A
Octal 346 102 252 0 107 32 12 502 115 72
Binary 11100110 1000010 10101010 0 1000111 11010 1010 101000010 1001101 111010

Color Harmonies of #E642AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E642AA

Black with #E642AA

Text Example


Text Example

White with #E642AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E642AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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