Html Css Color HEX #E34BAE Brilliant Rose

📋 copy color: '#E34BAE'

red 227 ◦ green 75 ◦ blue 174

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

Shades of Brilliant Rose #E34BAE

Tints of Brilliant Rose #E34BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.55%

R = 47.69%
G = 15.76%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E34BAE (or 0xE34BAE) is known color: Brilliant Rose. HEX triplet: E3, 4B and AE. RGB value is (227,75,174). Sum of RGB (Red+Green+Blue) = 227+75+174=476 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.69% from 476); Green value is 75 (29.69% from 255 or 15.76% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 227 - color contains mainly: red. Hex color #E34BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34BAE is #1CB451. Grayscale: #838383. Windows color (decimal): -1881170 or 11422691. OLE color: 11422691.

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

Color convert

RGB 227 75 174 -
CMYK 0 0.67 0.23 0.11
HSL 320.92º 0.73% 0.59% -
HSV(B) 320.92º 0.67% 0.89% -
XYZ 41.83 24.42 42.55 -
YUV 131.73 151.86 195.95 -
System Red Green Blue C M Y K H S L
Decimal 227 75 174 0 0.67 0.23 0.11 320.92 0.73 0.59
Hex E3 4B AE 0 43 17 B 141 49 3B
Octal 343 113 256 0 103 27 13 501 111 73
Binary 11100011 1001011 10101110 0 1000011 10111 1011 101000001 1001001 111011

Color Harmonies of #E34BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34BAE

Black with #E34BAE

Text Example


Text Example

White with #E34BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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