Html Css Color HEX #E34AB4 Brilliant Rose

📋 copy color: '#E34AB4'

red 227 ◦ green 74 ◦ blue 180

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

Shades of Brilliant Rose #E34AB4

Tints of Brilliant Rose #E34AB4

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.38%

 BLUE value IS 180 (70.7% from 255) = 37.42%

R = 47.19%
G = 15.38%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#E34AB4 (or 0xE34AB4) is known color: Brilliant Rose. HEX triplet: E3, 4A and B4. RGB value is (227,74,180). Sum of RGB (Red+Green+Blue) = 227+74+180=481 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.19% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 227 - color contains mainly: red. Hex color #E34AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E34AB4 is #1CB54B. Grayscale: #838383. Windows color (decimal): -1881420 or 11815651. OLE color: 11815651.

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

Color convert

RGB 227 74 180 -
CMYK 0 0.67 0.21 0.11
HSL 318.43º 0.73% 0.59% -
HSV(B) 318.43º 0.67% 0.89% -
XYZ 42.37 24.52 45.68 -
YUV 131.83 155.19 195.88 -
System Red Green Blue C M Y K H S L
Decimal 227 74 180 0 0.67 0.21 0.11 318.43 0.73 0.59
Hex E3 4A B4 0 43 15 B 13E 49 3B
Octal 343 112 264 0 103 25 13 476 111 73
Binary 11100011 1001010 10110100 0 1000011 10101 1011 100111110 1001001 111011

Color Harmonies of #E34AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34AB4

Black with #E34AB4

Text Example


Text Example

White with #E34AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34AB4; }

 p { color: rgb(227,74,180); }

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

background-color css

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

 a { background-color: rgb(227,74,180); }

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

border-color css

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

 span { border-color: rgb(227,74,180); }

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