Html Css Color HEX #EF4A90 French Rose

📋 copy color: '#EF4A90'

red 239 ◦ green 74 ◦ blue 144

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

Shades of French Rose #EF4A90

Tints of French Rose #EF4A90

RGB

 RED value IS 239 (93.75% from 255) = 52.3%

 GREEN value IS 74 (29.3% from 255) = 16.19%

 BLUE value IS 144 (56.64% from 255) = 31.51%

R = 52.3%
G = 16.19%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF4A90 (or 0xEF4A90) is known color: French Rose. HEX triplet: EF, 4A and 90. RGB value is (239,74,144). Sum of RGB (Red+Green+Blue) = 239+74+144=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4A90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4A90 is #10B56F. Grayscale: #838383. Windows color (decimal): -1095024 or 9456367. OLE color: 9456367.

HSL color Cylindrical-coordinate representation of color #EF4A90: hue angle of 334.55º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4A90 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 74 144 -
CMYK 0 0.69 0.40 0.06
HSL 334.55º 0.84% 0.61% -
HSV(B) 334.55º 0.69% 0.94% -
XYZ 43.08 25.26 28.99 -
YUV 131.32 135.16 204.81 -
System Red Green Blue C M Y K H S L
Decimal 239 74 144 0 0.69 0.40 0.06 334.55 0.84 0.61
Hex EF 4A 90 0 45 28 6 14F 54 3D
Octal 357 112 220 0 105 50 6 517 124 75
Binary 11101111 1001010 10010000 0 1000101 101000 110 101001111 1010100 111101

Color Harmonies of #EF4A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4A90

Black with #EF4A90

Text Example


Text Example

White with #EF4A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4A90; }

 p { color: rgb(239,74,144); }

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

background-color css

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

 a { background-color: rgb(239,74,144); }

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

border-color css

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

 span { border-color: rgb(239,74,144); }

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