Html Css Color HEX #E154AF Brilliant Rose

📋 copy color: '#E154AF'

red 225 ◦ green 84 ◦ blue 175

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

Shades of Brilliant Rose #E154AF

Tints of Brilliant Rose #E154AF

RGB

 RED value IS 225 (88.28% from 255) = 46.49%

 GREEN value IS 84 (33.2% from 255) = 17.36%

 BLUE value IS 175 (68.75% from 255) = 36.16%

R = 46.49%
G = 17.36%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E154AF (or 0xE154AF) is known color: Brilliant Rose. HEX triplet: E1, 54 and AF. RGB value is (225,84,175). Sum of RGB (Red+Green+Blue) = 225+84+175=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 84 (33.20% from 255 or 17.36% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E154AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E154AF is #1EAB50. Grayscale: #888888. Windows color (decimal): -2009937 or 11490529. OLE color: 11490529.

HSL color Cylindrical-coordinate representation of color #E154AF: hue angle of 321.28º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E154AF is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 84 175 -
CMYK 0 0.63 0.22 0.12
HSL 321.28º 0.7% 0.61% -
HSV(B) 321.28º 0.63% 0.88% -
XYZ 41.96 25.44 43.26 -
YUV 136.53 149.71 191.1 -
System Red Green Blue C M Y K H S L
Decimal 225 84 175 0 0.63 0.22 0.12 321.28 0.7 0.61
Hex E1 54 AF 0 3F 16 C 141 46 3D
Octal 341 124 257 0 77 26 14 501 106 75
Binary 11100001 1010100 10101111 0 111111 10110 1100 101000001 1000110 111101

Color Harmonies of #E154AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E154AF

Black with #E154AF

Text Example


Text Example

White with #E154AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E154AF; }

 p { color: rgb(225,84,175); }

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

background-color css

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

 a { background-color: rgb(225,84,175); }

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

border-color css

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

 span { border-color: rgb(225,84,175); }

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