Html Css Color HEX #E34DAB Brilliant Rose

📋 copy color: '#E34DAB'

red 227 ◦ green 77 ◦ blue 171

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

Shades of Brilliant Rose #E34DAB

Tints of Brilliant Rose #E34DAB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.21%

 BLUE value IS 171 (67.19% from 255) = 36%

R = 47.79%
G = 16.21%
B = 36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E34DAB (or 0xE34DAB) is known color: Brilliant Rose. HEX triplet: E3, 4D and AB. RGB value is (227,77,171). Sum of RGB (Red+Green+Blue) = 227+77+171=475 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.79% from 475); Green value is 77 (30.47% from 255 or 16.21% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 227 - color contains mainly: red. Hex color #E34DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E34DAB is #1CB254. Grayscale: #848484. Windows color (decimal): -1880661 or 11226595. OLE color: 11226595.

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

Color convert

RGB 227 77 171 -
CMYK 0 0.66 0.25 0.11
HSL 322.4º 0.73% 0.6% -
HSV(B) 322.4º 0.66% 0.89% -
XYZ 41.68 24.58 41.08 -
YUV 132.57 149.7 195.36 -
System Red Green Blue C M Y K H S L
Decimal 227 77 171 0 0.66 0.25 0.11 322.4 0.73 0.6
Hex E3 4D AB 0 42 19 B 142 49 3C
Octal 343 115 253 0 102 31 13 502 111 74
Binary 11100011 1001101 10101011 0 1000010 11001 1011 101000010 1001001 111100

Color Harmonies of #E34DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34DAB

Black with #E34DAB

Text Example


Text Example

White with #E34DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34DAB; }

 p { color: rgb(227,77,171); }

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

background-color css

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

 a { background-color: rgb(227,77,171); }

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

border-color css

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

 span { border-color: rgb(227,77,171); }

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