Html Css Color HEX #E348AA Brilliant Rose

📋 copy color: '#E348AA'

red 227 ◦ green 72 ◦ blue 170

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

Shades of Brilliant Rose #E348AA

Tints of Brilliant Rose #E348AA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.35%

 BLUE value IS 170 (66.8% from 255) = 36.25%

R = 48.4%
G = 15.35%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E348AA (or 0xE348AA) is known color: Brilliant Rose. HEX triplet: E3, 48 and AA. RGB value is (227,72,170). Sum of RGB (Red+Green+Blue) = 227+72+170=469 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.40% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 227 - color contains mainly: red. Hex color #E348AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E348AA is #1CB755. Grayscale: #818181. Windows color (decimal): -1881942 or 11159779. OLE color: 11159779.

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

Color convert

RGB 227 72 170 -
CMYK 0 0.68 0.25 0.11
HSL 322.06º 0.73% 0.59% -
HSV(B) 322.06º 0.68% 0.89% -
XYZ 41.25 23.87 40.46 -
YUV 129.52 150.85 197.53 -
System Red Green Blue C M Y K H S L
Decimal 227 72 170 0 0.68 0.25 0.11 322.06 0.73 0.59
Hex E3 48 AA 0 44 19 B 142 49 3B
Octal 343 110 252 0 104 31 13 502 111 73
Binary 11100011 1001000 10101010 0 1000100 11001 1011 101000010 1001001 111011

Color Harmonies of #E348AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E348AA

Black with #E348AA

Text Example


Text Example

White with #E348AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E348AA; }

 p { color: rgb(227,72,170); }

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

background-color css

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

 a { background-color: rgb(227,72,170); }

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

border-color css

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

 span { border-color: rgb(227,72,170); }

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