Html Css Color HEX #E34BA9 Brilliant Rose

📋 copy color: '#E34BA9'

red 227 ◦ green 75 ◦ blue 169

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

Shades of Brilliant Rose #E34BA9

Tints of Brilliant Rose #E34BA9

RGB

 RED value IS 227 (89.06% from 255) = 48.2%

 GREEN value IS 75 (29.69% from 255) = 15.92%

 BLUE value IS 169 (66.41% from 255) = 35.88%

R = 48.2%
G = 15.92%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#E34BA9 (or 0xE34BA9) is known color: Brilliant Rose. HEX triplet: E3, 4B and A9. RGB value is (227,75,169). Sum of RGB (Red+Green+Blue) = 227+75+169=471 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.20% from 471); Green value is 75 (29.69% from 255 or 15.92% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 227 - color contains mainly: red. Hex color #E34BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34BA9 is #1CB456. Grayscale: #828282. Windows color (decimal): -1881175 or 11095011. OLE color: 11095011.

HSL color Cylindrical-coordinate representation of color #E34BA9: hue angle of 322.89º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E34BA9 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 75 169 -
CMYK 0 0.67 0.26 0.11
HSL 322.89º 0.73% 0.59% -
HSV(B) 322.89º 0.67% 0.89% -
XYZ 41.36 24.23 40.03 -
YUV 131.16 149.36 196.36 -
System Red Green Blue C M Y K H S L
Decimal 227 75 169 0 0.67 0.26 0.11 322.89 0.73 0.59
Hex E3 4B A9 0 43 1A B 143 49 3B
Octal 343 113 251 0 103 32 13 503 111 73
Binary 11100011 1001011 10101001 0 1000011 11010 1011 101000011 1001001 111011

Color Harmonies of #E34BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34BA9

Black with #E34BA9

Text Example


Text Example

White with #E34BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34BA9; }

 p { color: rgb(227,75,169); }

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

background-color css

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

 a { background-color: rgb(227,75,169); }

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

border-color css

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

 span { border-color: rgb(227,75,169); }

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