Html Css Color HEX #E14BA7 Brilliant Rose

📋 copy color: '#E14BA7'

red 225 ◦ green 75 ◦ blue 167

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

Shades of Brilliant Rose #E14BA7

Tints of Brilliant Rose #E14BA7

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.06%

 BLUE value IS 167 (65.63% from 255) = 35.76%

R = 48.18%
G = 16.06%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E14BA7 (or 0xE14BA7) is known color: Brilliant Rose. HEX triplet: E1, 4B and A7. RGB value is (225,75,167). Sum of RGB (Red+Green+Blue) = 225+75+167=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 167 (65.62% from 255 or 35.76% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E14BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14BA7 is #1EB458. Grayscale: #828282. Windows color (decimal): -2012249 or 10963937. OLE color: 10963937.

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

Color convert

RGB 225 75 167 -
CMYK 0 0.67 0.26 0.12
HSL 323.2º 0.71% 0.59% -
HSV(B) 323.2º 0.67% 0.88% -
XYZ 40.54 23.83 39.02 -
YUV 130.34 148.7 195.52 -
System Red Green Blue C M Y K H S L
Decimal 225 75 167 0 0.67 0.26 0.12 323.2 0.71 0.59
Hex E1 4B A7 0 43 1A C 143 47 3B
Octal 341 113 247 0 103 32 14 503 107 73
Binary 11100001 1001011 10100111 0 1000011 11010 1100 101000011 1000111 111011

Color Harmonies of #E14BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14BA7

Black with #E14BA7

Text Example


Text Example

White with #E14BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14BA7; }

 p { color: rgb(225,75,167); }

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

background-color css

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

 a { background-color: rgb(225,75,167); }

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

border-color css

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

 span { border-color: rgb(225,75,167); }

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