Html Css Color HEX #E74F9A French Rose

📋 copy color: '#E74F9A'

red 231 ◦ green 79 ◦ blue 154

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

Shades of French Rose #E74F9A

Tints of French Rose #E74F9A

RGB

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

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

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

R = 49.78%
G = 17.03%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E74F9A (or 0xE74F9A) is known color: French Rose. HEX triplet: E7, 4F and 9A. RGB value is (231,79,154). Sum of RGB (Red+Green+Blue) = 231+79+154=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E74F9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E74F9A is #18B065. Grayscale: #848484. Windows color (decimal): -1618022 or 10112999. OLE color: 10112999.

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

Color convert

RGB 231 79 154 -
CMYK 0 0.66 0.33 0.09
HSL 330.39º 0.76% 0.61% -
HSV(B) 330.39º 0.66% 0.91% -
XYZ 41.58 24.91 33.19 -
YUV 133 139.86 197.9 -
System Red Green Blue C M Y K H S L
Decimal 231 79 154 0 0.66 0.33 0.09 330.39 0.76 0.61
Hex E7 4F 9A 0 42 21 9 14A 4C 3D
Octal 347 117 232 0 102 41 11 512 114 75
Binary 11100111 1001111 10011010 0 1000010 100001 1001 101001010 1001100 111101

Color Harmonies of #E74F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74F9A

Black with #E74F9A

Text Example


Text Example

White with #E74F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74F9A; }

 p { color: rgb(231,79,154); }

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

background-color css

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

 a { background-color: rgb(231,79,154); }

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

border-color css

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

 span { border-color: rgb(231,79,154); }

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