Html Css Color HEX #EF4B85 French Rose

📋 copy color: '#EF4B85'

red 239 ◦ green 75 ◦ blue 133

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

Shades of French Rose #EF4B85

Tints of French Rose #EF4B85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.75%

R = 53.47%
G = 16.78%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF4B85 (or 0xEF4B85) is known color: French Rose. HEX triplet: EF, 4B and 85. RGB value is (239,75,133). Sum of RGB (Red+Green+Blue) = 239+75+133=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4B85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4B85 is #10B47A. Grayscale: #828282. Windows color (decimal): -1094779 or 8735727. OLE color: 8735727.

HSL color Cylindrical-coordinate representation of color #EF4B85: hue angle of 338.78º 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 #EF4B85 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 75 133 -
CMYK 0 0.69 0.44 0.06
HSL 338.78º 0.84% 0.62% -
HSV(B) 338.78º 0.69% 0.94% -
XYZ 42.35 25.08 24.8 -
YUV 130.65 129.33 205.28 -
System Red Green Blue C M Y K H S L
Decimal 239 75 133 0 0.69 0.44 0.06 338.78 0.84 0.62
Hex EF 4B 85 0 45 2C 6 153 54 3E
Octal 357 113 205 0 105 54 6 523 124 76
Binary 11101111 1001011 10000101 0 1000101 101100 110 101010011 1010100 111110

Color Harmonies of #EF4B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4B85

Black with #EF4B85

Text Example


Text Example

White with #EF4B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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