Html Css Color HEX #EA46B5 Brilliant Rose

📋 copy color: '#EA46B5'

red 234 ◦ green 70 ◦ blue 181

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

Shades of Brilliant Rose #EA46B5

Tints of Brilliant Rose #EA46B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.32%

R = 48.25%
G = 14.43%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EA46B5 (or 0xEA46B5) is known color: Brilliant Rose. HEX triplet: EA, 46 and B5. RGB value is (234,70,181). Sum of RGB (Red+Green+Blue) = 234+70+181=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 70 (27.73% from 255 or 14.43% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA46B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA46B5 is #15B94A. Grayscale: #838383. Windows color (decimal): -1423691 or 11880170. OLE color: 11880170.

HSL color Cylindrical-coordinate representation of color #EA46B5: hue angle of 319.39º 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 #EA46B5 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 70 181 -
CMYK 0 0.70 0.23 0.08
HSL 319.39º 0.8% 0.6% -
HSV(B) 319.39º 0.7% 0.92% -
XYZ 44.46 25.21 46.24 -
YUV 131.69 155.83 200.97 -
System Red Green Blue C M Y K H S L
Decimal 234 70 181 0 0.70 0.23 0.08 319.39 0.8 0.6
Hex EA 46 B5 0 46 17 8 13F 50 3C
Octal 352 106 265 0 106 27 10 477 120 74
Binary 11101010 1000110 10110101 0 1000110 10111 1000 100111111 1010000 111100

Color Harmonies of #EA46B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA46B5

Black with #EA46B5

Text Example


Text Example

White with #EA46B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA46B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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