Html Css Color HEX #EA46A2 Brilliant Rose

📋 copy color: '#EA46A2'

red 234 ◦ green 70 ◦ blue 162

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

Shades of Brilliant Rose #EA46A2

Tints of Brilliant Rose #EA46A2

RGB

 RED value IS 234 (91.8% from 255) = 50.21%

 GREEN value IS 70 (27.73% from 255) = 15.02%

 BLUE value IS 162 (63.67% from 255) = 34.76%

R = 50.21%
G = 15.02%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EA46A2 (or 0xEA46A2) is known color: Brilliant Rose. HEX triplet: EA, 46 and A2. RGB value is (234,70,162). Sum of RGB (Red+Green+Blue) = 234+70+162=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 70 (27.73% from 255 or 15.02% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA46A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA46A2 is #15B95D. Grayscale: #818181. Windows color (decimal): -1423710 or 10634986. OLE color: 10634986.

HSL color Cylindrical-coordinate representation of color #EA46A2: hue angle of 326.34º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA46A2 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 70 162 -
CMYK 0 0.70 0.31 0.08
HSL 326.34º 0.8% 0.6% -
HSV(B) 326.34º 0.7% 0.92% -
XYZ 42.64 24.48 36.66 -
YUV 129.52 146.33 202.52 -
System Red Green Blue C M Y K H S L
Decimal 234 70 162 0 0.70 0.31 0.08 326.34 0.8 0.6
Hex EA 46 A2 0 46 1F 8 146 50 3C
Octal 352 106 242 0 106 37 10 506 120 74
Binary 11101010 1000110 10100010 0 1000110 11111 1000 101000110 1010000 111100

Color Harmonies of #EA46A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA46A2

Black with #EA46A2

Text Example


Text Example

White with #EA46A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA46A2; }

 p { color: rgb(234,70,162); }

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

background-color css

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

 a { background-color: rgb(234,70,162); }

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

border-color css

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

 span { border-color: rgb(234,70,162); }

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