Html Css Color HEX #EA41AD Brilliant Rose

📋 copy color: '#EA41AD'

red 234 ◦ green 65 ◦ blue 173

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

Shades of Brilliant Rose #EA41AD

Tints of Brilliant Rose #EA41AD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.77%

 BLUE value IS 173 (67.97% from 255) = 36.65%

R = 49.58%
G = 13.77%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA41AD (or 0xEA41AD) is known color: Brilliant Rose. HEX triplet: EA, 41 and AD. RGB value is (234,65,173). Sum of RGB (Red+Green+Blue) = 234+65+173=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA41AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA41AD is #15BE52. Grayscale: #7F7F7F. Windows color (decimal): -1424979 or 11354602. OLE color: 11354602.

HSL color Cylindrical-coordinate representation of color #EA41AD: hue angle of 321.66º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA41AD is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 65 173 -
CMYK 0 0.72 0.26 0.08
HSL 321.66º 0.8% 0.59% -
HSV(B) 321.66º 0.72% 0.92% -
XYZ 43.36 24.29 41.94 -
YUV 127.84 153.49 203.72 -
System Red Green Blue C M Y K H S L
Decimal 234 65 173 0 0.72 0.26 0.08 321.66 0.8 0.59
Hex EA 41 AD 0 48 1A 8 142 50 3B
Octal 352 101 255 0 110 32 10 502 120 73
Binary 11101010 1000001 10101101 0 1001000 11010 1000 101000010 1010000 111011

Color Harmonies of #EA41AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA41AD

Black with #EA41AD

Text Example


Text Example

White with #EA41AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA41AD; }

 p { color: rgb(234,65,173); }

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

background-color css

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

 a { background-color: rgb(234,65,173); }

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

border-color css

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

 span { border-color: rgb(234,65,173); }

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