Html Css Color HEX #E74B96 French Rose

📋 copy color: '#E74B96'

red 231 ◦ green 75 ◦ blue 150

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

Shades of French Rose #E74B96

Tints of French Rose #E74B96

RGB

 RED value IS 231 (90.63% from 255) = 50.66%

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

 BLUE value IS 150 (58.98% from 255) = 32.89%

R = 50.66%
G = 16.45%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E74B96 (or 0xE74B96) is known color: French Rose. HEX triplet: E7, 4B and 96. RGB value is (231,75,150). Sum of RGB (Red+Green+Blue) = 231+75+150=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E74B96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74B96 is #18B469. Grayscale: #828282. Windows color (decimal): -1619050 or 9849831. OLE color: 9849831.

HSL color Cylindrical-coordinate representation of color #E74B96: hue angle of 331.15º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74B96 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 75 150 -
CMYK 0 0.68 0.35 0.09
HSL 331.15º 0.76% 0.6% -
HSV(B) 331.15º 0.68% 0.91% -
XYZ 40.98 24.22 31.37 -
YUV 130.19 139.18 199.9 -
System Red Green Blue C M Y K H S L
Decimal 231 75 150 0 0.68 0.35 0.09 331.15 0.76 0.6
Hex E7 4B 96 0 44 23 9 14B 4C 3C
Octal 347 113 226 0 104 43 11 513 114 74
Binary 11100111 1001011 10010110 0 1000100 100011 1001 101001011 1001100 111100

Color Harmonies of #E74B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74B96

Black with #E74B96

Text Example


Text Example

White with #E74B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74B96; }

 p { color: rgb(231,75,150); }

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

background-color css

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

 a { background-color: rgb(231,75,150); }

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

border-color css

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

 span { border-color: rgb(231,75,150); }

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