Html Css Color HEX #E14B9A French Rose

📋 copy color: '#E14B9A'

red 225 ◦ green 75 ◦ blue 154

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

Shades of French Rose #E14B9A

Tints of French Rose #E14B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.92%

R = 49.56%
G = 16.52%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E14B9A (or 0xE14B9A) is known color: French Rose. HEX triplet: E1, 4B and 9A. RGB value is (225,75,154). Sum of RGB (Red+Green+Blue) = 225+75+154=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 75 (29.69% from 255 or 16.52% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E14B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14B9A is #1EB465. Grayscale: #808080. Windows color (decimal): -2012262 or 10111969. OLE color: 10111969.

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

Color convert

RGB 225 75 154 -
CMYK 0 0.67 0.32 0.12
HSL 328.4º 0.71% 0.59% -
HSV(B) 328.4º 0.67% 0.88% -
XYZ 39.4 23.37 33.01 -
YUV 128.86 142.2 196.58 -
System Red Green Blue C M Y K H S L
Decimal 225 75 154 0 0.67 0.32 0.12 328.4 0.71 0.59
Hex E1 4B 9A 0 43 20 C 148 47 3B
Octal 341 113 232 0 103 40 14 510 107 73
Binary 11100001 1001011 10011010 0 1000011 100000 1100 101001000 1000111 111011

Color Harmonies of #E14B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14B9A

Black with #E14B9A

Text Example


Text Example

White with #E14B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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