Html Css Color HEX #E14B9E French Rose

📋 copy color: '#E14B9E'

red 225 ◦ green 75 ◦ blue 158

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

Shades of French Rose #E14B9E

Tints of French Rose #E14B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.5%

R = 49.13%
G = 16.38%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E14B9E (or 0xE14B9E) is known color: French Rose. HEX triplet: E1, 4B and 9E. RGB value is (225,75,158). Sum of RGB (Red+Green+Blue) = 225+75+158=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 75 (29.69% from 255 or 16.38% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E14B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14B9E is #1EB461. Grayscale: #818181. Windows color (decimal): -2012258 or 10374113. OLE color: 10374113.

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

Color convert

RGB 225 75 158 -
CMYK 0 0.67 0.30 0.12
HSL 326.8º 0.71% 0.59% -
HSV(B) 326.8º 0.67% 0.88% -
XYZ 39.74 23.51 34.79 -
YUV 129.31 144.2 196.25 -
System Red Green Blue C M Y K H S L
Decimal 225 75 158 0 0.67 0.30 0.12 326.8 0.71 0.59
Hex E1 4B 9E 0 43 1E C 147 47 3B
Octal 341 113 236 0 103 36 14 507 107 73
Binary 11100001 1001011 10011110 0 1000011 11110 1100 101000111 1000111 111011

Color Harmonies of #E14B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14B9E

Black with #E14B9E

Text Example


Text Example

White with #E14B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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