Html Css Color HEX #EF4B9A French Rose

📋 copy color: '#EF4B9A'

red 239 ◦ green 75 ◦ blue 154

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

Shades of French Rose #EF4B9A

Tints of French Rose #EF4B9A

RGB

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

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

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

R = 51.07%
G = 16.03%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF4B9A (or 0xEF4B9A) is known color: French Rose. HEX triplet: EF, 4B and 9A. RGB value is (239,75,154). Sum of RGB (Red+Green+Blue) = 239+75+154=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 75 (29.69% from 255 or 16.03% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4B9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4B9A is #10B465. Grayscale: #848484. Windows color (decimal): -1094758 or 10111983. OLE color: 10111983.

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

Color convert

RGB 239 75 154 -
CMYK 0 0.69 0.36 0.06
HSL 331.1º 0.84% 0.62% -
HSV(B) 331.1º 0.69% 0.94% -
XYZ 43.95 25.72 33.22 -
YUV 133.04 139.83 203.58 -
System Red Green Blue C M Y K H S L
Decimal 239 75 154 0 0.69 0.36 0.06 331.1 0.84 0.62
Hex EF 4B 9A 0 45 24 6 14B 54 3E
Octal 357 113 232 0 105 44 6 513 124 76
Binary 11101111 1001011 10011010 0 1000101 100100 110 101001011 1010100 111110

Color Harmonies of #EF4B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4B9A

Black with #EF4B9A

Text Example


Text Example

White with #EF4B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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