Html Css Color HEX #E34BA3 Brilliant Rose

📋 copy color: '#E34BA3'

red 227 ◦ green 75 ◦ blue 163

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

Shades of Brilliant Rose #E34BA3

Tints of Brilliant Rose #E34BA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 35.05%

R = 48.82%
G = 16.13%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.11

RGB Variations

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

Color information

#E34BA3 (or 0xE34BA3) is known color: Brilliant Rose. HEX triplet: E3, 4B and A3. RGB value is (227,75,163). Sum of RGB (Red+Green+Blue) = 227+75+163=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E34BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34BA3 is #1CB45C. Grayscale: #828282. Windows color (decimal): -1881181 or 10701795. OLE color: 10701795.

HSL color Cylindrical-coordinate representation of color #E34BA3: hue angle of 325.26º 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 #E34BA3 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 75 163 -
CMYK 0 0.67 0.28 0.11
HSL 325.26º 0.73% 0.59% -
HSV(B) 325.26º 0.67% 0.89% -
XYZ 40.81 24.01 37.13 -
YUV 130.48 146.36 196.84 -
System Red Green Blue C M Y K H S L
Decimal 227 75 163 0 0.67 0.28 0.11 325.26 0.73 0.59
Hex E3 4B A3 0 43 1C B 145 49 3B
Octal 343 113 243 0 103 34 13 505 111 73
Binary 11100011 1001011 10100011 0 1000011 11100 1011 101000101 1001001 111011

Color Harmonies of #E34BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34BA3

Black with #E34BA3

Text Example


Text Example

White with #E34BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34BA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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