Html Css Color HEX #E14FB4 Brilliant Rose

📋 copy color: '#E14FB4'

red 225 ◦ green 79 ◦ blue 180

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

Shades of Brilliant Rose #E14FB4

Tints of Brilliant Rose #E14FB4

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.32%

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

R = 46.49%
G = 16.32%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.2

 K value IS 0.12

RGB Variations

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

Color information

#E14FB4 (or 0xE14FB4) is known color: Brilliant Rose. HEX triplet: E1, 4F and B4. RGB value is (225,79,180). Sum of RGB (Red+Green+Blue) = 225+79+180=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 79 (31.25% from 255 or 16.32% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E14FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14FB4 is #1EB04B. Grayscale: #858585. Windows color (decimal): -2011212 or 11816929. OLE color: 11816929.

HSL color Cylindrical-coordinate representation of color #E14FB4: hue angle of 318.49º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E14FB4 is Cyan = 0, Magento = 0.65, Yellow = 0.2 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 79 180 -
CMYK 0 0.65 0.2 0.12
HSL 318.49º 0.71% 0.6% -
HSV(B) 318.49º 0.65% 0.88% -
XYZ 42.09 24.89 45.77 -
YUV 134.17 153.87 192.79 -
System Red Green Blue C M Y K H S L
Decimal 225 79 180 0 0.65 0.2 0.12 318.49 0.71 0.6
Hex E1 4F B4 0 41 14 C 13E 47 3C
Octal 341 117 264 0 101 24 14 476 107 74
Binary 11100001 1001111 10110100 0 1000001 10100 1100 100111110 1000111 111100

Color Harmonies of #E14FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14FB4

Black with #E14FB4

Text Example


Text Example

White with #E14FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14FB4; }

 p { color: rgb(225,79,180); }

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

background-color css

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

 a { background-color: rgb(225,79,180); }

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

border-color css

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

 span { border-color: rgb(225,79,180); }

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